Skip to content
master
Go to file
Code

README.md

Maizzle CLI

Version Build Downloads License

Full documentation is available at https://maizzle.com

Installation

npm install -g @maizzle/cli

Usage

Create a new project using the interactive prompt:

maizzle new

Change current directory:

cd maizzle

Start a local server by running the serve command:

maizzle serve

Build for production:

maizzle build production

See the docs for available commands.

You can’t perform that action at this time.