https://github.com/webcaetano/email-maker
Project for create emails templates with GulpJS, NodeJS and a Gmail Account.
https://github.com/webcaetano/email-maker
Last synced: 6 months ago
JSON representation
Project for create emails templates with GulpJS, NodeJS and a Gmail Account.
- Host: GitHub
- URL: https://github.com/webcaetano/email-maker
- Owner: webcaetano
- License: mit
- Created: 2015-04-28T04:12:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T07:46:53.000Z (about 11 years ago)
- Last Synced: 2024-12-29T10:28:53.389Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Email Template Maker
#### Project road :
- [x] Create Repo
- [x] Add Inline Style
- [x] Add Gmail SMTP Test
- [x] Create Documentation
- [x] Create an Example
- [x] Finish Build
- [x] Finish [Auto host images](https://github.com/webcaetano/gulp-image-autohost) on imgur
- [ ] Make Yeoman Generator based on this project for SASS / Less switch
### Requirements
- [NodeJS](https://nodejs.org)
- [GulpJS](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)
- ~~Litmu$~~

### 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 
---------------------------------
The MIT [License](https://raw.githubusercontent.com/webcaetano/email-maker/master/LICENSE.md)