Quickly start a new Maizzle project.
npm install create-maizzleQuickly scaffold a Maizzle project
[![Version][npm-version-shield]][npm]
[![Build][github-ci-shield]][github-ci]
[![Downloads][npm-stats-shield]][npm-stats]
[![License][license-shield]][license]
CLI tool to help you quickly start a new Maizzle project.
``bash`
npx create-maizzle
Then, follow the prompts to create a new Maizzle project.
You may also install the tool locally:
`bash`
npm install -g create-maizzle
This will make the command available globally on your machine:
`bash``
create-maizzle
Maizzle documentation is available at https://maizzle.com
The Maizzle framework is open-sourced software licensed under the MIT license.
[npm]: https://www.npmjs.com/package/create-maizzle
[npm-stats]: https://npm-stat.com/charts.html?package=create-maizzle&from=2024-02-15
[npm-version-shield]: https://img.shields.io/npm/v/create-maizzle.svg
[npm-stats-shield]: https://img.shields.io/npm/dt/create-maizzle.svg?color=4f46e5
[github-ci]: https://github.com/maizzle/create-maizzle/actions
[github-ci-shield]: https://github.com/maizzle/create-maizzle/actions/workflows/nodejs.yml/badge.svg
[license]: ./LICENSE
[license-shield]: https://img.shields.io/npm/l/create-maizzle.svg?color=0e9f6e