Skip to content

Inky & foundation-emails development environment to build HTML email templates

License

Notifications You must be signed in to change notification settings

jsanahuja/inky-email-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inky-email-templates

Inky & foundation-emails development environment.

Setup

git clone https://github.com/jsanahuja/inky-email-templates.git

npm install

Examples

See some examples clicking here

Usage

For development

  • dev: Watches for any change in src/*.html to automatically perform a fast compilation into build/$1.html and reload the browser.

npm run dev

  • examples: Copies all the foundation-emails templates into foundation-examples/src and builds them into foundation-examples/build so you can see both the source and result of each.

npm run examples

  • index: Generates the index.html file with a list of your builds. Check this index.html example

npm run index

For production

  • build: Compiles all the html files in src/ into build. This method also transforms all the CSS files into inline CC and minifies both HTML and CSS.

npm run build

About

Inky & foundation-emails development environment to build HTML email templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published