create-maizzle
v1.0.0
Published
Quickly start a new Maizzle project.
Maintainers
Readme
About
CLI tool to help you quickly start a new Maizzle project.
Usage
Interactive mode
npx create-maizzleScaffold a project immediately
npx create-maizzle maizzle/maizzle # user/repo#refSpecify a target directory
npx create-maizzle maizzle/maizzle my-projectAutomatically install dependencies
npx create-maizzle maizzle/maizzle my-project --install # or -iUse a specific package manager
npx create-maizzle maizzle/maizzle my-project --install --pm bun # or pnpm, yarnInstallation
You may also install the tool locally:
npm install -g create-maizzleThis will make the command available globally on your machine:
create-maizzleDocumentation
Maizzle documentation is available at https://maizzle.com
License
The Maizzle framework is open-sourced software licensed under the MIT license.
