node-launch

1.0.1 • Public • Published

node-launch

Launch node script(s) with node-launch. downloads npm

npm

Example

const launch = require('node-launch');
 
/*
Supported launchtypes:
node
pm2
nodemon
forever
*/
 
launch('script.js', 'node'); //launch script.js with node
launch('script2.js', 'pm2'); //launch script2.js with pm2

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    4
  • 1.0.0
    1

Package Sidebar

Install

npm i node-launch

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • toast