create-sailor 1.9.5 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/dist/index.js +136 -137
- package/package.json +16 -14
- package/templates/backends/gateway/package.json +1 -1
- package/templates/docs/docusaurus/package.json +1 -1
- package/templates/docs/fumadocs/package.json +1 -1
- package/templates/docs/mintlify/package.json +1 -1
- package/templates/docs/nextra/package.json +1 -1
- package/templates/docs/vitepress/package.json +1 -1
- package/templates/orm/drizzle/package.json +1 -1
- package/dist/aws-kms-FFRN23DK.js +0 -1
- package/dist/bowser-2VXD6AQS.js +0 -11
- package/dist/chunk-5ECPN42W.js +0 -1
- package/dist/chunk-6MSNEPUX.js +0 -0
- package/dist/chunk-A3H5SUSR.js +0 -8
- package/dist/chunk-AN6QWW3N.js +0 -1
- package/dist/chunk-CVCZBECH.js +0 -1
- package/dist/chunk-GA44DNS2.js +0 -1
- package/dist/chunk-IYWUY3VA.js +0 -1
- package/dist/chunk-LDZWCNWB.js +0 -0
- package/dist/chunk-M3NEWJ7L.js +0 -1
- package/dist/chunk-MGGNSWUA.js +0 -3
- package/dist/chunk-MYIHTCRS.js +0 -4
- package/dist/chunk-PA4CKDRJ.js +0 -1
- package/dist/chunk-QSLKOXQ6.js +0 -1
- package/dist/chunk-S4HCBMFP.js +0 -1
- package/dist/chunk-SYWJHPRX.js +0 -0
- package/dist/chunk-TW5BOTVX.js +0 -0
- package/dist/chunk-UWHWNXNX.js +0 -19
- package/dist/chunk-WJLTO7JW.js +0 -0
- package/dist/chunk-X6LE6K3W.js +0 -0
- package/dist/chunk-XE3I3HCZ.js +0 -40
- package/dist/chunk-Z4YWESTY.js +0 -2
- package/dist/chunk-ZIBRKYXP.js +0 -23
- package/dist/chunk-ZJ3BTCD6.js +0 -17
- package/dist/credits-UUPQKRQZ.js +0 -2802
- package/dist/dist-23KDUT4O.js +0 -1
- package/dist/dist-ZZCU5PKC.js +0 -5
- package/dist/dist-es-7HF5URFJ.js +0 -1
- package/dist/dist-es-BORZTE76.js +0 -1
- package/dist/dist-es-CN2GMFBK.js +0 -1
- package/dist/dist-es-FQ6CEUEU.js +0 -1
- package/dist/dist-es-FSE4MSDA.js +0 -5
- package/dist/dist-es-H47VUS6Q.js +0 -2
- package/dist/dist-es-JCIK4C4M.js +0 -2
- package/dist/dist-es-MFZXYPBY.js +0 -1
- package/dist/dist-es-PREZ4TU2.js +0 -1
- package/dist/dist-es-TCZQ4KMP.js +0 -2
- package/dist/dist-es-Y7VP7FI6.js +0 -2
- package/dist/dist-es-YN4LRIZR.js +0 -5
- package/dist/event-streams-TNY7XPBF.js +0 -1
- package/dist/loadSso-2XZQIDZP.js +0 -1
- package/dist/loadSso-FBBI5PDJ.js +0 -1
- package/dist/local-6WWVOMA7.js +0 -1
- package/dist/query_compiler_fast_bg.postgresql-JA2BFVW5.js +0 -2
- package/dist/query_compiler_fast_bg.postgresql.wasm-base64-URHQ2Y3Y.js +0 -1
- package/dist/signin-CJMG23UU.js +0 -1
- package/dist/sso-oidc-26OCCRMC.js +0 -1
- package/dist/sts-4U2U3ZK4.js +0 -1
- package/dist/sts-CP4OREEC.js +0 -1
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
> Governed scaffolding for AI-native SaaS. Bootstrap the Nebutra Sailor platform baseline with multi-tenant foundations, region-aware defaults, and production-ready AI integrations.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/create-sailor)
|
|
6
|
-
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://nebutra.com/licensing)
|
|
8
8
|
|
|
9
9
|
## Quick Start
|
|
10
10
|
|
|
@@ -92,7 +92,7 @@ npm create sailor@latest my-app \
|
|
|
92
92
|
| `--analytics` | `posthog` · `plausible` · `umami` · `baidu` · `sensors` · `none` | region-based |
|
|
93
93
|
| `--sms` | `twilio` · `aliyun-sms` · `tencent-sms` · `yunpian` · `none` | region-based |
|
|
94
94
|
| `--deploy` | `vercel` · `railway` · `cloudflare` · `selfhost` | `vercel` |
|
|
95
|
-
| `--docs` | `fumadocs` · `none` | `fumadocs` |
|
|
95
|
+
| `--docs` | `fumadocs` · `mintlify` · `docusaurus` · `nextra` · `vitepress` · `none` | `fumadocs` |
|
|
96
96
|
| `--orm` | `prisma` · `drizzle` · `none` | `prisma` |
|
|
97
97
|
| `--db` | `postgres` · `mysql` · `sqlite` · `none` | `postgresql` |
|
|
98
98
|
| `--queue` | `qstash` · `bullmq` · `upstash` · `sqs` · `none` | region-based |
|
|
@@ -109,7 +109,7 @@ npm create sailor@latest my-app \
|
|
|
109
109
|
| `--idp` | `clerk` · `oauth-server` | `clerk` |
|
|
110
110
|
| `--access-gate` | `none` · `invite` | `none` |
|
|
111
111
|
| `--cron-jobs` | `true` · `false` — scaffold scheduled cron handlers | `true` |
|
|
112
|
-
| `--audit-log` | `true` · `false` — enable `/settings/audit-log` + arch test | `
|
|
112
|
+
| `--audit-log` | `true` · `false` — enable `/settings/audit-log` + arch test | `false` (`@nebutra/audit` is WIP) |
|
|
113
113
|
| `--api-keys` | `true` · `false` — enable `/settings/api-keys` page | `true` |
|
|
114
114
|
| `--command-palette` | `true` · `false` — enable ⌘K command palette | `true` |
|
|
115
115
|
| `--cookie-consent` | `true` · `false` — enable GDPR/CCPA cookie banner | `true` |
|
|
@@ -190,13 +190,15 @@ single monorepo you can extend instead of re-assembling from scratch.
|
|
|
190
190
|
- **Getting Started**: [docs.nebutra.com/getting-started/installation](https://docs.nebutra.com/getting-started/installation)
|
|
191
191
|
- **Customization Guide**: [docs.nebutra.com/customization/overview](https://docs.nebutra.com/customization/overview)
|
|
192
192
|
- **Licensing**: [nebutra.com/licensing](https://nebutra.com/licensing)
|
|
193
|
-
- **Get Free License**: [nebutra.com/get-license](https://nebutra.com/get-license)
|
|
194
193
|
|
|
195
194
|
## License
|
|
196
195
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
196
|
+
MIT. This package and the projects it scaffolds are MIT — commercial use is
|
|
197
|
+
free, with no registration, licence key, or attribution requirement.
|
|
198
|
+
|
|
199
|
+
The upstream [Nebutra-Sailor](https://github.com/Nebutra/Nebutra-Sailor)
|
|
200
|
+
monorepo is FSL-1.1-ALv2. Optional paid support tiers do not gate the
|
|
201
|
+
software. See [nebutra.com/licensing](https://nebutra.com/licensing).
|
|
200
202
|
|
|
201
203
|
---
|
|
202
204
|
|