generator-gulp-foundation-emails
v0.2.2
Published
Yeoman generator for responsive html emails using Zurb Foundation for Emails 2 framework
Downloads
17
Maintainers
Readme
Generator Gulp Foundation Emails
Yeoman generator for creating responsive emails using ZURB Foundation for Emails 2 framework.
Changelog
0.2.2
- build packages updated to the latest version
0.2.1
- replaced
gulp-sass
togulp-dart-sass
- build packages updated to the latest version
0.2.0
- added HEML support
- build packages updated to the latest version
Requirements
npm install -g yo
Built-in tools
- Gulp (Task Manager)
- Sass (CSS Preprocessor)
- Browsersync (livereload)
Template systems (on your choice)
- Pug (Jade) template engine
- Inky + Panini template engine (ZURB framework)
- Pure HTML
- HEML (with inline css only)
Built-in features
- ZURB Foundation for Emails 2 responsive email templates
- Webserver with liverelaod
- Sass compilation (SCSS)
- CSS concating and inlining
- Minifying images
Installation guide
- Install via npm
npm install -g generator-gulp-foundation-emails
- Create folder for your project and run inside:
yo gulp-foundation-emails
- Complete installation
Usage
package.json
contains some useful NPM tasks:
npm run serve
for development with livereloadnpm run build
for building from sources todist
folder
Contributors
- Roman Sukochev ([email protected])