June 2014
Intermediate to advanced
696 pages
38h 52m
English
In the previous section, you created a local Node.js Packaged Module using the npm pack command. You can also publish that same module to the NPM registry at http://npmjs.org.
When modules are published to the NPM registry, they are accessible to everyone, via the npm utility discussed earlier. The registry therefore allows you to distribute your modules and applications to others more easily.
The following steps describe the process of publishing a module to the NPM registry. These steps assume that you have completed steps 1–5 from the previous section:
1. Create a public repository to contain the code for the module. Then push the contents of the .../censorify folder up to that location. ...
Read now
Unlock full access