/cli

CLI tool for the Maizzle Email Framework

Primary LanguageJavaScriptMIT LicenseMIT

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.