A homemade version of Nodemon to restart long running node software whenever app is saved.
Made using Node.js.
This project is inspired by Nodemon.
To run this project, do the following steps:
- download repository files
cd ../downloadLocation
npm install
node app.mjs yournodeapp [appProjectDirectory]
Where
- yournodeapp is specific localization to your app
- appProjectDirectory is your node project directory where u want to check for file changes
App uses .gitignore file to set which files to ignore. (Works on smt*, *smt, dir/ and filenames)