maizzle / create-maizzle

CLI tool to quickly scaffold a Maizzle project
https://maizzle.com/docs/installation
0 stars 0 forks source link

Support passing parameters to skip the wizard #8

Open cossssmin opened 7 months ago

cossssmin commented 7 months ago

For example, scaffold immediately into the starter-api directory:

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