angelscripts-nodeapps
v0.0.6
Published
Daemonize applications with suppot for retrieving their status and to persist their output.
Readme
angelscripts nodeapps v0.0.x
Daemonize applications with suppot for retrieving their status and to persist their output.
$ angel app :action(start|stop|status|restart) :target:target- path to node.js main script:action- one ofstart, stop, status, restartactions$ angel app cleanOuput :target
:target- path to node.js main script Removes:target.outand:target.errfiles
Behaviours
- always redirects process' stdout and stderr to
:target.outand respectively:target.err - always creates
:target.pidfile containg process' pid - status work on *nix operating systems only
Thanks to
organic-angel
https://github.com/outbounder/organic-angel
async
https://github.com/caolan/async
jasmine-node
https://github.com/mhevery/jasmine-node
