webcaetano / email-maker

Project for create emails templates with GulpJS, NodeJS and a Gmail Account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Template Maker

Project road :

  • Create Repo
  • Add Inline Style
  • Add Gmail SMTP Test
  • Create Documentation
  • Create an Example
  • Finish Build
  • Finish Auto host images on imgur
  • Make Yeoman Generator based on this project for SASS / Less switch

Requirements

Free!

Instalation

git clone https://github.com/webcaetano/email-maker.git
cd email-maker
npm i
bower install

Commands

Start development mode

gulp serve

Send a email test for your inbox.

gulp test

Build and send a email test for your inbox.

gulp test:dist

Create html file of your template

gulp build
// or
gulp 

Structure

/email-maker
|
|.gmail-credentials # <--- Add your gmail account here for SMTP test.
| /src
| + -- template.html # <--- Build your email template here
| + -- /styles
| + -- + -- index.scss # <--- Add your SCSS here.

Unfortunatly imgur do not suport .svg facepalm


The MIT License

About

Project for create emails templates with GulpJS, NodeJS and a Gmail Account.

License:MIT License


Languages

Language:JavaScript 78.5%Language:CSS 12.0%Language:HTML 9.5%