1.1.17 • Published 9 years ago

emailizer v1.1.17

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Getting started

To get started, install the emailizer module. I recommend installing it globally so you can simply call it from anywhere and watch a specific folder:

npm install emailizer -g

Creating an email from scratch

You can also use emailizer as a framework to start a basic email template (this will create a folder called NAME in the current directory and copy a sample email - based on Ink, and open an http server to show the email in the browser):

emailizer create NAME

Watching a directory

You can then use emailizer to watch an html email which has its CSS linked in the head and auto-render to an output folder:

emailizer watch ./SOURCE ./DEST

Note: You can use both relative and absolute paths.

Dependencies

Domani

This module was brought to you by Sam at Domani Studios

1.1.17

9 years ago

1.1.14

9 years ago

1.1.13

9 years ago

1.1.12

9 years ago

1.1.11

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago