generator-rwdmail
v0.5.1
Published
Responsive email template generator for Yeoman
Downloads
2
Readme
Responsive email template generator for Yeoman
Quickly spit out a template for platforms such as Campaign Monitor, Mailchimp, and Mandrill.
Credit
MailChimp for their email blueprints
Setup
Once you're up and running with Yeoman, install the generator:
npm install -g generator-rwdmail
Then create a new directory a cd
into it:
mkdir my-email && cd $_
And call your Yeoman:
yo rwdmail
Usage
Run grunt
from your project directory to run a local server and develop in real-time.
When you're ready for production, run grunt build
to compile the template into dist.
If you're building specifically for Campaign Monitor, run grunt cm
, then upload index.html and assets.zip.
If you're building specifically for Mailchimp, run grunt mc
, then upload index.html and assets.zip.
If you're building specifically for Mandrill, run grunt mandrill
, then upload index.html.