Skip to content

Latest commit

 

History

History

packages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How to publish npm package

  1. Create .env file in the package folder (e.x. ./node-mongo)
  2. Add NPM_TOKEN= to the .env. Ask admin to invite you to the npm org on GitHub.
  3. Run command: sh ./bin/publish.sh <version>, where is a new version of the package.
  4. Smile :)