— by Abhisek Pattnaik <[email protected]>
Last active
September 24, 2017 11:21
-
-
Save abhisekp/1b3d12643881c24634f69edb43e09dd3 to your computer and use it in GitHub Desktop.
NPM Ecosystem
These are some of the useful global packages that I use regularly or need frequently from time to time.
nodemon
- This is a easy to get started auto reloader, file watcher, node script runner.$ npm i -g nodemon # nodemon -q . $ nodemon -q -x node . # -q = quiet # -x = the next arguments are commands to run
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment