Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
/ nodewatcher Public archive

A simple Node.js watcher that automatically reloads a script on changes.

Notifications You must be signed in to change notification settings

alxmtr/nodewatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nodewatcher

A simple Node.js watcher that automatically reloads a script on changes.

Usage

node watcher.js your_script.js

⚠️ Archived Repository

This tool was made as an experiment when I started to work with Node.js years ago.

I recommend using existing tools such as Nodemon which is suitable and provides more features.

Also, Node.js 19 adds a node --watch CLI option to run a script in "watch" mode without having to install any package.

About

A simple Node.js watcher that automatically reloads a script on changes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published