https://github.com/maizzle/cli
CLI tool for the Maizzle Email Framework.
https://github.com/maizzle/cli
cli email email-boilerplate email-campaigns email-framework email-template maizzle responsive-email tailwindcss
Last synced: about 2 months ago
JSON representation
CLI tool for the Maizzle Email Framework.
- Host: GitHub
- URL: https://github.com/maizzle/cli
- Owner: maizzle
- License: mit
- Created: 2019-03-28T16:46:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T15:01:19.000Z (3 months ago)
- Last Synced: 2025-03-29T02:04:36.297Z (about 2 months ago)
- Topics: cli, email, email-boilerplate, email-campaigns, email-framework, email-template, maizzle, responsive-email, tailwindcss
- Language: JavaScript
- Homepage: https://maizzle.com/docs/cli
- Size: 1.6 MB
- Stars: 36
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The CLI tool for Maizzle
[![Version][npm-version-shield]][npm]
[![Build][github-ci-shield]][github-ci]
[![Downloads][npm-stats-shield]][npm-stats]
[![License][license-shield]][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](https://github.com/maizzle/maizzle).
## Installation
```bash
npm install -g @maizzle/cli
```## Usage
Create a new project using the interactive prompt:
```bash
maizzle new
```Start a local development server by running the `serve` command in the project directory:
```bash
maizzle serve
```Build for production:
```bash
maizzle build production
```Documentation is available at https://maizzle.com
[npm]: https://www.npmjs.com/package/@maizzle/cli
[npm-stats]: https://npm-stat.com/charts.html?package=%40maizzle%2Fcli&from=2019-03-27
[npm-version-shield]: https://img.shields.io/npm/v/@maizzle/cli.svg
[npm-stats-shield]: https://img.shields.io/npm/dt/@maizzle/cli.svg?color=4f46e5
[github-ci]: https://github.com/maizzle/cli/actions
[github-ci-shield]: https://github.com/maizzle/cli/actions/workflows/nodejs.yml/badge.svg
[license]: ./LICENSE
[license-shield]: https://img.shields.io/npm/l/@maizzle/cli.svg?color=0e9f6e