0.2.0 • Published 7 years ago

deployable-template v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Deployable Template

Build files from a template set, merging properties in and running actions

For more detailed instructions see the app readme)

Install

npm install deployable-template -g

or

yarn global add deployable-template

Templates

Template files use handlebar templates to manage the property substitution.

A >{{ varname }}< gets inserted.

All properties must exist when generating a template, otherwise an error will be thrown You can default a value in a template to:

{{ default varname 'Some Other Value }}

Containers

The app comes with a linux container deployable/template

Build

docker/make.sh