0.0.13 • Published 6 years ago

pug-ssml-cli v0.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

pug-ssml-cli

A command line interpreter for the Pug SSML library to compile templates into a Node module.

Installation

pug-ssml is a peer dependency and must be present so you can install the version of your choice. It must be present in order to run the cli.

# Install the cli as a dev dependency.
npm install pug-ssml-cli --save-dev

# It is also required to install a version of pug-ssml.  You can install any compatible version.
npm install pug-ssml --version

You can now run the cli from the local bin directory. The cli is installed locally so that it can stay self contained within your project directory.

./node_modules/.bin/pug-ssml --templates ./templates

ToDo

Mixins

  • Determine a better way of importing mixins.

Testing

  • Add test cases and code coverage.

CI

  • Add travis support.

Terminal input

  • Accept input from the terminal.
0.0.13

6 years ago

0.0.12

6 years ago

0.0.9

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago