@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 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
- npm install @tsdevstack/cli
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.