create-sailor 1.9.3 → 1.9.5
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 +8 -1
- package/dist/index.js +215 -199
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,7 +38,14 @@ bunx create-sailor@latest
|
|
|
38
38
|
npx create-sailor@latest
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Interactive flow
|
|
41
|
+
Interactive flow:
|
|
42
|
+
|
|
43
|
+
1. **Where** — new folder (name, default `my-app`) or current directory (smart default if cwd is empty)
|
|
44
|
+
2. **Region / Auth / AI topology**
|
|
45
|
+
3. **Plan** — compact summary; confirm or customize payment · email · storage · deploy
|
|
46
|
+
4. **Done** — short golden path (`cd` → env → migrate → dev)
|
|
47
|
+
|
|
48
|
+
Everything else uses region-aware smart defaults (`--yes` skips prompts).
|
|
42
49
|
|
|
43
50
|
```bash
|
|
44
51
|
npx create-sailor@latest my-app # new folder
|