0.5.1 • Published 10 years ago

generator-rwdmail v0.5.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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

0.5.1

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago