0.0.2 • Published 10 years ago

zubieta-github-example v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

Instructions to create a module and submit it to the NPM.

  1. $ npm init This will guide you through the creation of the package.json file, a file that contains the several properties of a Node.js module, which is needed for submi- ssion at the NPM.

  2. $ npm adduser Create your NPM user in case it doesn't exists

  3. $ npm publish

Remember to have a README.md file!