File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,14 @@ CLI to help you set up Node.js TypeScript project. Set up project includes
1818Run directly from GitHub repo via npx:
1919
2020```
21- Usage: npm exec --ignore-scripts -- github:AckeeCZ/create-node-app STARTER [DIRECTORY]
21+ Usage: npm exec --ignore-scripts -- github:AckeeCZ/create-node-app STARTER [OPTIONS] [ DIRECTORY]
2222
23- STARTER Which template to setup
24- DIRECTORY Destination directory where to set the starter up (default: ./node-app)
25- PROJECT_NAME (optional) Name of the project - used in .env files
23+ STARTER Which template to setup (required)
24+
25+ Options:
26+ --dir, -d DIR Destination directory (default: ./node-app)
27+ --name, -n NAME Project name used in config files (default: directory basename)
28+ --help, -h Show this help message
2629
2730Starters available:
2831 cloudrun Cloud Run + express
You can’t perform that action at this time.
0 commit comments