| Crates.io | antr |
| lib.rs | antr |
| version | 0.4.0 |
| created_at | 2019-09-07 19:42:32.478456+00 |
| updated_at | 2019-09-07 19:42:32.478456+00 |
| description | A simple to use file system event watcher that runs arbitrary commands |
| homepage | |
| repository | https://github.com/juanibiapina/antr |
| max_upload_size | |
| id | 163055 |
| size | 29,389 |
antr is a file system events watcher that runs arbitrary commands.
antr watches the current directory and subdiretories for changes. On the event of a change, it clears the screen and runs the passed command.
If the current directory is a git repository, antr will ignore changes to git ignored files.
antr is inspired mainly be entr, with a few differences:
To run make every time there is a file change:
$ antr make
To run a single javascript file:
$ antr node file.js