Templating for Shell scripts.
npm install shellate
Templating for Shell scripts.
``bashJust give it some files
$ echo "There's no place like {:HOME}" > template
$ shellate template
There's no place like /home/queen
Just grab it from NPM:
$ npm install -g shellate
A quick reference of the API can be built using [Calliope][]:
$ npm install -g calliope
$ calliope build
You can run all tests using Mocha:
$ npm test
MIT/X11. ie.: do whatever you want.
[Calliope]: https://github.com/killdream/calliope
[es5-shim]: https://github.com/kriskowal/es5-shim