This package has been deprecated

Author message:

This package is no longer maintained

watch-my-app

1.3.0 • Public • Published

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

Package Sidebar

Install

npm i watch-my-app

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

8.83 kB

Total Files

4

Last publish

Collaborators

  • fraxken