mjml pug emailing starter kit (be ready for development)
Technical Stack
- MJML (framework for responsive emailing)
- PUG (html generation language)
- gulp (build tool)
- MJML > v4.3.1
- gulp 4
- Node.js > v8.11.2
# this project uses gulp for the build
# install build dependencies
$ npm install
# build the things for en-GB language!
$ gulp --lang en
# send an email template via email
# gulp sendMail --template <template_name> --to [email protected]
$ gulp sendMail --template welcome --to [email protected]
@Mirza Andriamanamisoa Marotsaha
PRs accepted. See the Contribution Guidelines for more information.
Small note: If editing the README, please conform to the standard-readme specification.
You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.