https://github.com/deployable/node-deployable-template
Tool to build templates from properties
https://github.com/deployable/node-deployable-template
nodejs template-engine templates
Last synced: 8 months ago
JSON representation
Tool to build templates from properties
- Host: GitHub
- URL: https://github.com/deployable/node-deployable-template
- Owner: deployable
- Created: 2016-12-06T05:29:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T13:56:46.000Z (about 9 years ago)
- Last Synced: 2025-07-03T16:11:31.743Z (9 months ago)
- Topics: nodejs, template-engine, templates
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Deployable Template](https://github.com/deployable/node-deployable-template)
Build files from a template set, merging properties in and running actions
For more detailed instructions see the [app readme](https://github.com/deployable/node-deployable-template/tree/master/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