Skip to content

Latest commit

 

History

History
executable file
·
52 lines (39 loc) · 2.46 KB

README.md

File metadata and controls

executable file
·
52 lines (39 loc) · 2.46 KB

Email Slayer

Email Slayer makes building responsive emails easy and extremely efficient. Here's How:

  • It's built off of Zurb Ink's framework for responsive emails.
  • It's written in Sass because...it's 2015.
  • It brings all your CSS inline with a simple command.
  • It even brings your media queires into the <head> of your file.

Global Dependencies (one time installation)

  • Download and install Node.js (If you haven't already)
  • Install Gulp globally Gulp.js $ npm install gulp -g (If you haven't already)
  • (Optional) Email Slayer can also be downloaded through Bower $ npm install -g bower to install bower globally

Getting started | Demo video

  • Download Zip or download through Bower $ bower install email-slayer
  • From your terminal / cmd line CD to the root of the project folder
  • run $ npm install (This will download all dependancies necessary to run this project)

Using Email Slayer

  • run $ gulp to initiate sass & watch (ctrl + c to stop watch task)
  • run $ gulp build to compile all of the .html files from your _input folder to a fully inlined version in the _output folder.

Work Files

Email-Slayer/
├── input/
│   └──  Sass/+
│   └──  basic.html
│   └──  hero.html
│   └──  sidebar-hero.html
│   └──  sidebar.html

Helpful Links

Bugs / Improvements

find a bug? Like to see some improvements? make an issue or submit a pull request, and I will respond shortly.

Contributions

I want to make Email Slayer as useful & powerful as possible. If you make an awesome template from Email Slayer, please submit it through a pull request and I'll be glad to review it inclusing in the next version.

License

Email Slayer if free to use under the MIT License Copyright © 2015 Seth Coelen

Acknowledgements

~~Made with ♥ from New york~~~

Forged with contempt from Cleveland