@maizzle/cli
v2.0.0
Published
CLI tool for the Maizzle Email Framework
Readme
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/cliUsage
Create a new project using the interactive prompt:
maizzle newStart a local development server by running the serve command in the project directory:
maizzle serveBuild for production:
maizzle build productionDocumentation is available at https://maizzle.com
