generator-gulp-foundation-emails

Yeoman generator for responsive html emails using Zurb Foundation for Emails 2 framework

Usage no npm install needed!

<script type="module">
  import generatorGulpFoundationEmails from 'https://cdn.skypack.dev/generator-gulp-foundation-emails';
</script>

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 to gulp-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

Template systems (on your choice)

  1. Pug (Jade) template engine
  2. Inky + Panini template engine (ZURB framework)
  3. Pure HTML
  4. 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

  1. Install via npm npm install -g generator-gulp-foundation-emails
  2. Create folder for your project and run inside: yo gulp-foundation-emails
  3. Complete installation

Usage

package.json contains some useful NPM tasks:

  1. npm run serve for development with livereload
  2. npm run build for building from sources to dist folder

Contributors

  • Roman Sukochev (rsukochev@yandex.com)