1.0.2 • Published 6 years ago

@pagination/ses-template-compiler v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

SES template compiler

This is a simple program that can help merginng multiple input files into a single SES template, taking care of removing new lines and indentation from the HTML code.

Table of Contents

Installation

Open your terminal and run

  npm install -g @pagination/ses-template-compiler

Usage

From the the --help:

  Usage: ses-template-compiler [options]

  Options:

    -b, --body [path]            File containing the body of the template
    -s, --subject [path]         File containing the subject of the template
    -o, --out [path]             Destination for the JSON file containing the compiled template
    -n, --template-name [name]   Name of the compiled template (default: SES template)
    -h, --help                   output usage information

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.