Skip to content

Tiny wrapper script around nodemon that will automatically watch all linked modules

License

Notifications You must be signed in to change notification settings

json2d/linkemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linkemon

A tiny wrapper script built around nodemon that will automatically watch all your linked node_modules while ignoring all the rest. As the name says, it should solve your nodemon problems when you use a lot linked modules, such as when having monorepos (Lerna, Yarn Workspaces, etc.).

Install

# make sure you have nodemon already installed
npm install -g nodemon

npm install -g linkemon 

Usage

Use the script as you would normally use nodemon. Behind the scenes the script will add any linked module in the ./node_modules directory to the watchlist. For example:

linkemon -V server.js

About

Tiny wrapper script around nodemon that will automatically watch all linked modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%