0.1.8 • Published 7 years ago

email_cli v0.1.8

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Simple email cli tool

Using Inky Template language

Inspired by Foundation Email

Installation

yarn add -D email_cli

or

npm install --dev email_cli

Usage

The module installs in your local node_modules/.bin and is used from the command line.

A -b (required) specifies a path to the file you want to compile down to html.

A -o (required) specifies a path to the director you want the compiled html to be put.

node_modules/.bin/email -b <path to file> -o <path to dir>

Features

  • Compile Inky template language into cross-client email html
  • Make compiled output pretty
  • Inlines Css from an external or inline stylesheet
0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago