fosify

0.5.1 • Public • Published

fosify

A util for creating/registering foso plugins.

Dependency Status Build Status npm version

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)

Dependents (5)

Package Sidebar

Install

npm i fosify

Weekly Downloads

6

Version

0.5.1

License

MIT

Last publish

Collaborators

  • zkochan