generator-rwdmail

0.5.1 • Public • Published

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.

License

MIT

Package Sidebar

Install

npm i generator-rwdmail

Weekly Downloads

1

Version

0.5.1

License

MIT

Last publish

Collaborators

  • mattdwen
  • xplore