1.1.17 • Published 10 years ago

emailizer v1.1.17

Weekly downloads
1
License
ISC
Repository
github
Last release
10 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

10 years ago

1.1.14

10 years ago

1.1.13

10 years ago

1.1.12

10 years ago

1.1.11

10 years ago

1.1.10

10 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago