hoodie-plugin-plugins

1.0.0 • Public • Published

hoodie-plugin-plugins Dependency Status

A database with all the hoodie plugins in it.

This hoodie plugin adds a database called "hoodie-plugin-plugins" that is initially populated with hoodie plugin records from an NPM search for "hoodie-plugin-". It uses couchwatch to receive changes from NPM and updates or adds plugin docs to the database accordingly.

You can use the plugin in your hoodie app like this:

var store = hoodie.open("hoodie-plugin-plugins")
 
store.connect()
 
store.findAll("plugin").done(function (plugins) {
  // Render, or whatever
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1
  • 0.0.0
    0

Package Sidebar

Install

npm i hoodie-plugin-plugins

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alanshaw