@wow-kit/hoo-kit
v0.0.3
Published
Hoo-Kit lets you hook onto many events to handle your processes
Downloads
1
Readme
hoo-kit
hoo-kit provides a Task-System which handles shell execution based on events.
Get Started
Install:
npm install hoo-kit
Run:
from a node module
import runHookit from 'hoo-kit';
runHookit();
from the cli just run
hoo-kit