Skip to content

Commit

Permalink
Update npm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Nov 18, 2023
1 parent fc58b16 commit e4af6ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cheat-sheet/Packaging/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ related:

## Development

npm login # Login to registry
npm init # Create new package
npm login # Login to npmjs.com registry

# Scoped login to alternative registry
npm login --scope=@NAMESPACE --auth-type=legacy --registry=https://npm.pkg.github.com

npm publish
npm unpublish <package>
Expand Down

0 comments on commit e4af6ca

Please sign in to comment.