Skip to content

A homemade version of Nodemon to restart long running node software whenever app is saved.

Notifications You must be signed in to change notification settings

Viikuu/RestartOnSave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestartOnSave - restart app on change

A homemade version of Nodemon to restart long running node software whenever app is saved.

Made using Node.js.

Table of contents

Inspiration

This project is inspired by Nodemon.

Setup

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

Ignore files

App uses .gitignore file to set which files to ignore. (Works on smt*, *smt, dir/ and filenames)

About

A homemade version of Nodemon to restart long running node software whenever app is saved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published