This is the project mainly focused on making the work of a developer as easy as possible. This project will listen to any changes made in the file executed and then start the process again without even terminating and re-running it.
- Clone this repo. -
git clone https://github.com/pranjals149/Run-My-Project.git
- Install the required dependencies -
npm i
- Now run the following command to make it executable -
chmod +x app.js
(for linux and macOS users) - To run this in your app, just type -
runmyproject <filename.js>
- The process monitoring will be started and it will listen to any changes made to the project. 😄
For the help manual, type the command - runmyproject -h