Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing parameters to skip the wizard #8

Open
cossssmin opened this issue Apr 9, 2024 · 0 comments
Open

Support passing parameters to skip the wizard #8

cossssmin opened this issue Apr 9, 2024 · 0 comments

Comments

@cossssmin
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant