1.4.2 • Published 9 years ago

npm-start v1.4.2

Weekly downloads
12
License
MIT
Repository
github
Last release
9 years ago

npm-start

npm start written in bash that propagates kill to subprocesses

npm install npm-start -g

Usage

Usage is exactly the same as npm start

$ cd some-folder-with-a-package-json
$ npm-start

The difference is that when it receives SIGTERM it will kill all subprocesses as well (which npm start doesn't do) and wait for them to exit

$ kill pid-of-npm-start # this will actually kill the node process

Also memory usage for long running processes might be a bit lower since you do not need to spawn an additional node process to start npm

License

MIT

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago