bgt

0.0.1 • Public • Published

bgt

bgt generates a node.js wrapper around a specified command so that it can be run in the background using forever.

For instance to run a ping on example.com as a background process run

bgt myScriptName.js ping www.example.com ; forever start myScriptName.js

bgt just generates the node.js wrapper which can then be started in the background using forever.

Getting Started

Install the module with: npm install -g bgt

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

License

Copyright (c) 2013 Divan Visagie
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i bgt

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • divanvisagie