0.0.191 • Published 4 years ago

muil-1 v0.0.191

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

#Installation

npm install --dev muil or yarn add --dev muil

#Usage

  1. Add to package.json:
 "scripts": {
    ...
    "muil": "muil dev",
    "muil:publish": "muil publish"
  },
  1. Add templates:
root
├───src
│   ├───components
│   │   ├───Component1.js
│   │   ├───Component2.js
│   │   └───Component3.js
├───templates
│   ├───Template1.js
│   ├───Template2.js
│   └───Template3.js
  1. Run editor with yarn muil to edit your email.

  1. Publish templates with yarn muil:publish
    • this command will ask your email and password of your muil account