0.1.6 • Published 3 years ago

harceli v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago