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
})

/hoodie-plugin-plugins/

    Package Sidebar

    Install

    npm i hoodie-plugin-plugins

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • alanshaw