Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 504 Bytes

contributing.md

File metadata and controls

executable file
·
15 lines (9 loc) · 504 Bytes

How to create a new Suman-Watch plugin

What are suman-watch-plugins for?

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.

Creating your plugin

Your plugin must adhere to the interface given by index.ts. You can use suman-watch-plugins/modules/tsc as an example.