Skip to content

A tech stack to help you create and test HTML emails

Notifications You must be signed in to change notification settings

reccanti/emailstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emailstack

A tech stack that helps to create and test HTML emails

Installation

You can install emailstack from NPM by running the following command from your terminal:

npm install -g emailstack

How it Works

Compiling to HTML

you can inline styles into an HTML document by doing

emailstack compile email.html

this will produce a file in your current directory called compiled.html. To specify an output directory, you can include a second argument

emailstack compile email.html dist

Watching a file while compiling

To watch the file and compile on any change, you can specify a watch option

emailstack compile email.html dist -w

Specifying compile targets

Emailstack has 2 compile targets, HTML and eml. You can specify them like so:

emailstack compile email.html -c html eml

About

A tech stack to help you create and test HTML emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published