0.0.6 • Published 11 years ago

projmate-shell v0.0.6

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

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 mario@projmate.com

See the file LICENSE for copying permission.

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago