1.0.3 • Published 4 years ago

@nattwasm/npm-learn v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

npm-learn

🍊 npm

npm login

npm publish --access=public

# Seconds time
npm publish

🐙 GitHub Packages

# Logging in to GitHub
npm login --registry=https://npm.pkg.github.com --scope=@USER
> Username: USERNAME
> Password: TOKEN
> Email: PUBLIC-EMAIL-ADDRESS

# First time publishing
npm publish --access=public

# Updating the package
npm publish