npm publish
npm is a package manager for nodejs.
npm publish <packagename>
is a command on npm CLI, which publishes the specified package to the npmjs repository. Published packages can then be installed via the npm-install command, i.e. npm install <packagename>