1.3.0 • Published 5 years ago

watch-my-app v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Watch my app

ver MIT

Watch and restart your Node.js application.

Why

  • Light and fast alternative to nodemon.
  • Keep the number of dependencies low.
  • Focus on Node.js support only.

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm install watch-my-app -g
# or
$ npx watch-my-app

Usage example

When installed globally the watchapp executable will be exposed in your terminal

$ cd myApplication
$ watchapp

By default watchapp will read your local package.json and search for the main field. It's possible to overwrite this behavior by using the --entry / -e option.

$ watchapp -e ./server.js

For more options just run with --help

$ watchapp --help

License

MIT