If you don't know, the purpose of this project's plugins, is so that suman-watch can hook into other watchers
such as webpack -w
and tsc -w
.
This currently only works by reading from the stdout of the other watchers to find out when builds are ready to execute.
Your plugin must adhere to the interface given by index.ts
.
You can use suman-watch-plugins/modules/tsc
as an example.