projmate-shell
v0.0.6
Published
ShellJS Extended
Downloads
10
Readme
projmate-shell
Helpers to simplify Node.js scriptingand within projmate Projfiles specifically.
Examples
To run multiple node and CoffeeScript scripts, with the ability to interact in the console.
sh.runner
.node('test.js arg1 arg2')
.coffee('other.coffee') # uses local coffee if it exists
.start(cb);
Shell shares prototype with ShellJS
sh.cp('-rf', 'client/css', 'public/css');
License
Copyright (c) 2013 Mario Gutierrez [email protected]
See the file LICENSE for copying permission.