Share your plugins
Some Rules!
In short, you can share your plugin by publishing it on public npmjs registry.
But there are few rules.
- You should name your plugin prefixed with
hain-plugin-, then hpm(hain-package-manager) can find your plugin in npmjs registry. - You should add
hain-0.6.0keyword in your package.json, then hpm can decide api compatibility.
Publishing
In your plugin directory:
npm publish
Done.
You can find your plugin in few seconds if you follow the rules above properly.