We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: