fosify
v0.5.1
Published
A util for creating/registering foso plugins.
Downloads
52
Readme
fosify
A util for creating/registering foso plugins.
Installation
npm install --save fosifyHow to register foso plugins
Just add this two hooks to the package.json of your plugin after you've added fosify as a dependency:
"scripts": {
"postinstall": "register",
"preuninstall": "deregister"
}License
The MIT License (MIT)
