fosify
0.5.1 • Public • Published fosify
A util for creating/registering foso plugins.

Installation
npm install --save fosify
How 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)
Package Sidebar
Install
Weekly Downloads