Skip to content

A simple tool for automating the execution of Node.js scripts upon file changes.

Notifications You must be signed in to change notification settings

chensov/watchexec-node-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

watchexec-node-script

A simple tool for automating the execution of Node.js scripts upon file changes, providing a better alternative to console.log.

Update run_on_save.sh to match your js file.

watchexec --no-meta --exts js "clear; node script.js"

Run the script.

./run_on_save.sh

About

A simple tool for automating the execution of Node.js scripts upon file changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages