Because every SOMOD module is an NPM Package in itself, shipping the SOMOD module is the same as any other NPM Package.
Run this command to publish to the NPM registry
npm publish
The example user management
module that we created in Develop guide is shipped to NPM Public Registry at https://www.npmjs.com/package/somod-example-user-management
In the Next chapter, let us understand how to reuse a shipped SOMOD module.
Write an email to opensource@sodaru.com