CLI tool to help you quickly start a new Maizzle project.
npx create-maizzlenpx create-maizzle maizzle/maizzle # user/repo#refnpx create-maizzle maizzle/maizzle my-projectnpx create-maizzle maizzle/maizzle my-project --install # or -inpx create-maizzle maizzle/maizzle my-project --install --pm bun # or pnpm, yarnYou may also install the tool locally:
npm install -g create-maizzleThis will make the command available globally on your machine:
create-maizzleMaizzle documentation is available at https://maizzle.com
The Maizzle framework is open-sourced software licensed under the MIT license.