harceli

0.1.6 • Public • Published

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.

Package Sidebar

Install

npm i harceli

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

5.62 kB

Total Files

6

Last publish

Collaborators

  • maciejoliwa