Skip to content

fosojs/fosify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A convention over configuration bundler that uses browserify to bundle resources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published