@asterflow/cli 2.0.2 → 2.2.0
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 +2 -2
- package/dist/cjs/index.cjs +285 -261
- package/dist/mjs/index.js +276 -252
- package/dist/types/helpers/npmVersion.d.ts +7 -0
- package/dist/types/registry/adapters.d.ts +2 -0
- package/package.json +2 -2
- package/templates/tsdown.config.ts +8 -0
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
## 📦 Installation
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
bunx @asterflow/cli init my-app
|
|
18
|
+
bunx @asterflow/cli@latest init my-app
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
### ✨ Features
|
|
@@ -32,7 +32,7 @@ bunx @asterflow/cli init my-app
|
|
|
32
32
|
Scaffold a new project - interactively, or fully via flags for CI/agents:
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
bunx @asterflow/cli init my-app --adapter bun --plugins fs,multipart --routes hello,upload --yes
|
|
35
|
+
bunx @asterflow/cli@latest init my-app --adapter bun --plugins fs,multipart --routes hello,upload --yes
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Manage an existing project with the other commands:
|