1.0.1 • Published 9 years ago

how-to-publish-your-first-npm-package v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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 .

1.0.1

9 years ago

1.0.0

9 years ago