0.1.6 • Published 2 years ago

harceli v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago