In short, you can share your plugin by publishing it on public npmjs registry, but there are few rules.
hain-plugin-
hain-0.6.0
In your plugin directory:
npm publish
After that, you can find your plugin in few seconds if you follow the rules above properly.
Generated using TypeDoc
Share your plugins
Some Rules!
In short, you can share your plugin by publishing it on public npmjs registry, but there are few rules.
hain-plugin-so that hpm(hain-package-manager) can find your plugin in npmjs registry.hain-0.6.0keyword in your package.json, then hpm can decide api compatibility.Publishing
In your plugin directory:
npm publishAfter that, you can find your plugin in few seconds if you follow the rules above properly.