DEV Community

Vadim
Vadim

Posted on

My first useful open source project

Hi! I just created my first open source tool, that I think may be useful. It’s a simple task runner on a directory changes.

With it you can:

  • Define multiple watchers that contain list of dirs and list of commands to do after any changes in that directories.
  • See just few lines of report with real-time status.

Here is a link https://github.com/Enapiuz/multiwatch
There are a lot to do, like hot reloading config, tests and some little features.

Top comments (0)