Publishing packages in the NPM repository

5

How to publish a package made by me in the npm repository for other programmers to test?

    
asked by anonymous 11.05.2018 / 22:35

1 answer

5

According to the official documentation , these are the steps:

  • Create an account in NPM
  • Review the code
  • Review files that need to be sent
  • See if your package.json follows the appropriate standards
  • Choose a unique name for your package
  • Add Documentation in README.md
  • Publish !
  • Test
  • 11.05.2018 / 22:47