0.1.1 • Published 13 years ago
shellate v0.1.1
Shellate
Templating for Shell scripts.
Example
# Just give it some files
$ echo "There's no place like {:HOME}" > template
$ shellate template
There's no place like /home/queen
# Or pipe it through the STDIN like a boss
$ echo "There's no place like {:HOME}" | shellate
There's no place like /home/queenInstalling
Just grab it from NPM:
$ npm install -g shellateDocumentation
A quick reference of the API can be built using Calliope:
$ npm install -g calliope
$ calliope buildTests
You can run all tests using Mocha:
$ npm testLicence
MIT/X11. ie.: do whatever you want.
