Open cossssmin opened 7 months ago
For example, scaffold immediately into the starter-api directory:
starter-api
npx create-maizzle maizzle/starter-api
Or, with a custom target directory:
# With Git URL npx create-maizzle https://github.com/maizzle/starter-api.git my-project # With user/repo npx create-maizzle maizzle/starter-api my-project
By default, it shouldn't install dependencies. This could be specified with a flag instead, maybe:
# short npx create-maizzle maizzle/starter-api -i # long npx create-maizzle maizzle/starter-api --install
For example, scaffold immediately into the
starter-api
directory:Or, with a custom target directory:
By default, it shouldn't install dependencies. This could be specified with a flag instead, maybe: