Skip to content

Monitor changes in files and react to them in the way you need.

Notifications You must be signed in to change notification settings

maciejoliwa/harceli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harceli

Monitor changes in files and react to them in the way you need.

Install

npm i -g harceli

How to use?

  1. Create a harceli.config.json file in your project's directory. Example:
{
    "watched": [
        {
            "files": ["exampleFile.js"],
            "on_write": "echo test!"
        },
        { 
            "files": "test.js",
            "on_write": "node path/to/epic/node_file.js"
        }
    ]
}
  1. Run harceli
harceli 

Now, everytime you change and save your watched files, the on_write command shall be evaluated.

About

Monitor changes in files and react to them in the way you need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published