Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

fraxken/watchapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Watch and restart your application (light alternative to nodemon for Node.js only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published