But there are few rules.
hain-plugin-
, then hpm(hain-package-manager) can find your plugin in npmjs registry.hain-0.6.0
keyword in your package.json, then hpm can decide api compatibility.In your plugin directory:
npm publish
Done.
You can find your plugin in few seconds if you follow the rules above properly.