1.0.1 • Published 9 years ago
how-to-publish-your-first-npm-package v1.0.1
how-to-publish-your-first-npm-package
Source code for a "hello world" NPM package and the steps to publish it to the npm registry.
npm init -y
npm login (website credentials)
npm publish .