Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-maizzle

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-maizzle - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

bin/create-maizzle.mjs

57

package.json
{
"name": "create-maizzle",
"version": "0.0.1",
"description": "Quickly start a new Maizzle project.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maizzle/framework.git"
},
"bugs": "https://github.com/maizzle/framework/issues",
"homepage": "https://maizzle.com",
"author": "Cosmin Popovici (https://github.com/cossssmin)"
"name": "create-maizzle",
"version": "0.1.0",
"description": "Quickly start a new Maizzle project.",
"license": "MIT",
"type": "module",
"bin": {
"create-maizzle": "bin/create-maizzle.mjs"
},
"files": [
"bin"
],
"scripts": {
"release": "np",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/maizzle/create-maizzle.git"
},
"bugs": "https://github.com/maizzle/create-maizzle/issues",
"homepage": "https://maizzle.com",
"author": "Cosmin Popovici (https://github.com/cossssmin)",
"keywords": [
"maizzle",
"create-maizzle",
"create-email",
"tailwindcss",
"responsive-email",
"email-framework",
"email-template",
"email-marketing",
"email-campaigns",
"email-newsletter",
"email-boilerplate",
"html-emails",
"email-cli"
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"degit": "^2.8.4",
"nypm": "^0.3.6",
"picocolors": "^1.0.0"
},
"devDependencies": {
"np": "^9.2.0"
}
}

42

README.md

@@ -5,8 +5,8 @@ <div align="center">

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/maizzle/framework/HEAD/.github/media/logo-dark.svg">
<img alt="Maizzle" src="https://raw.githubusercontent.com/maizzle/framework/HEAD/.github/media/logo-light.svg" width="300" height="225" style="max-width: 100%;">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/maizzle/create-maizzle/raw/master/.github/cli-mark-dark.svg">
<img alt="Maizzle" src="https://github.com/maizzle/create-maizzle/raw/master/.github/cli-mark-light.svg" width="300" height="225" style="max-width: 100%;">
</picture>
</a>
</p>
<p>Quickly build HTML emails with utility-first CSS</p>
<p>Quickly scaffold a Maizzle project</p>
<div>

@@ -26,2 +26,24 @@

## 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

@@ -35,9 +57,9 @@

[npm]: https://www.npmjs.com/package/@maizzle/framework
[npm-stats]: https://npm-stat.com/charts.html?package=%40maizzle%2Fframework&from=2019-03-27
[npm-version-shield]: https://img.shields.io/npm/v/@maizzle/framework.svg
[npm-stats-shield]: https://img.shields.io/npm/dt/@maizzle/framework.svg?color=4f46e5
[github-ci]: https://github.com/maizzle/framework/actions
[github-ci-shield]: https://github.com/maizzle/framework/actions/workflows/nodejs.yml/badge.svg
[npm]: https://www.npmjs.com/package/create-maizzle
[npm-stats]: http://npm-stats.org/#/create-maizzle
[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/@maizzle/framework.svg?color=0e9f6e
[license-shield]: https://img.shields.io/npm/l/create-maizzle.svg?color=0e9f6e
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc