Closed ghost closed 10 years ago
It is published, but was missing the "bluetooth" keyword, as well as description, license and author tags. Those have now been added (d15e6d0fdd4f09bd82511464a1e904170c4d7add). We'll see how long it takes for plugreg to update its cache. Once it does, I think we can close this issue.
Cache updated.
This page should list our plugin (when you serach for "bluetooth" we are not listed):
http://plugreg.com/search?q=bluetooth
And what about listing the plugin on this page:
http://plugins.cordova.io
Info from: http://cordova.apache.org/docs/en/edge/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide
"Publishing Plugins
Once you develop your plugin, you may want to publish and share it with the community. You can publish your plugin to the cordova registry (based on npmjs) or to any other npmjs-based registry. Other developers can install it automatically using either plugman or the Cordova CLI. (For details on each development path, see Using Plugman to Manage Plugins and The Command-Line Interface.)
To publish a plugin you need to use the plugman tool and go through the following steps:
$ plugman adduser # that is if you don't have an account yet $ plugman publish /path/to/your/plugin"