pranjals149 / Run-My-Project

App for listening to changes made in the file executed

Home Page:https://github.com/pranjals149/Run-My-Project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run-My-Project

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.

Setting it up in local system

  1. Clone this repo. - git clone https://github.com/pranjals149/Run-My-Project.git
  2. Install the required dependencies - npm i
  3. Now run the following command to make it executable - chmod +x app.js(for linux and macOS users)
  4. To run this in your app, just type - runmyproject <filename.js>
  5. The process monitoring will be started and it will listen to any changes made to the project. ๐Ÿ˜„

Extra info.

For the help manual, type the command - runmyproject -h

Screenshot

Enjoy ๐Ÿ˜„

About

App for listening to changes made in the file executed

https://github.com/pranjals149/Run-My-Project/


Languages

Language:JavaScript 100.0%