https://github.com/maizzle/create-maizzle
CLI tool to quickly scaffold a Maizzle project
https://github.com/maizzle/create-maizzle
cli-tool html-emails maizzle project-starter
Last synced: about 1 month ago
JSON representation
CLI tool to quickly scaffold a Maizzle project
- Host: GitHub
- URL: https://github.com/maizzle/create-maizzle
- Owner: maizzle
- Created: 2023-04-03T15:39:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T08:53:14.000Z (7 months ago)
- Last Synced: 2024-10-21T12:22:56.014Z (7 months ago)
- Topics: cli-tool, html-emails, maizzle, project-starter
- Language: JavaScript
- Homepage: https://maizzle.com/docs/installation
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quickly scaffold a Maizzle project
[![Version][npm-version-shield]][npm]
[![Build][github-ci-shield]][github-ci]
[![Downloads][npm-stats-shield]][npm-stats]
[![License][license-shield]][license]
## About
CLI tool to help you quickly start a new Maizzle project.
## Usage
```bash
npx create-maizzle
```Then, follow the prompts to create a new Maizzle project.
## Installation
You may also install the tool locally:
```bash
npm install -g create-maizzle
```This will make the command available globally on your machine:
```bash
create-maizzle
```## Documentation
Maizzle documentation is available at https://maizzle.com
## License
The Maizzle framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
[npm]: https://www.npmjs.com/package/create-maizzle
[npm-stats]: https://npm-stat.com/charts.html?package=create-maizzle&from=2024-02-15
[npm-version-shield]: https://img.shields.io/npm/v/create-maizzle.svg
[npm-stats-shield]: https://img.shields.io/npm/dt/create-maizzle.svg?color=4f46e5
[github-ci]: https://github.com/maizzle/create-maizzle/actions
[github-ci-shield]: https://github.com/maizzle/create-maizzle/actions/workflows/nodejs.yml/badge.svg
[license]: ./LICENSE
[license-shield]: https://img.shields.io/npm/l/create-maizzle.svg?color=0e9f6e