maizzle / cli

CLI tool for the Maizzle Email Framework.

Home Page:https://maizzle.com/docs/cli

Repository from Github https://github.commaizzle/cliRepository from Github https://github.commaizzle/cli

Maizzle CLI

The CLI tool for Maizzle

Version Build Downloads License

Note: This repository contains the code for Maizzle's CLI tool. If you want to build HTML emails using Maizzle, visit the Starter repository.

Installation

npm install -g @maizzle/cli

Usage

Create a new project using the interactive prompt:

maizzle new

Start a local development server by running the serve command in the project directory:

maizzle serve

Build for production:

maizzle build production

Documentation is available at https://maizzle.com

About

CLI tool for the Maizzle Email Framework.

https://maizzle.com/docs/cli

License:MIT License


Languages

Language:JavaScript 90.2%Language:HTML 9.8%