@tsdevstack/cli 0.1.15 → 0.1.16
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 +1 -2
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,8 +7,7 @@ NestJS backends, Next.js frontends, Kong gateway, PostgreSQL, Redis — with aut
|
|
|
7
7
|
## Quick start
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
|
|
11
|
-
npx tsdevstack init
|
|
10
|
+
npx @tsdevstack/cli init
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
This scaffolds a new project with services, gateway, database, and local dev environment ready to run.
|