Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Relisten

A tool for automatically starting a process on file changes

Relisten is a tool for adding a 'hot reload' feature to your development workflow. It watches a directory (and sub-directories) for changes and automatically restarts a process when a file changes, like nodemon.

Installation

To install relisten, run the following command:

dotnet build -c Release