1.0.0 • Published 7 years ago

nodejsctl v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

The Node.js App ctrl script

Warning: Only support unix/linux/macOS now.

Installation

$ npm i nodejsctl -g

Usage

$ # cd into project folder
$ nodejsctl
Usage: nodejsctl {start|stop|status|restart}
$
$ # start app
$ nodejsctl start
$
$ # view app status
$ nodejsctl status
$
$ # stop app
$ nodejsctl stop
$
$ # restart app
$ nodejsctl restart

License

The MIT license