@szenadam/npm-publish-test
v1.5.0
Published
Test libary for npm publish
Readme
NPM publish test
For testing npm publish to Npmjs registry.
Publishing
Publish package:
npm publishPublish a scoped package for the first time:
npm publish --access publicPublish package and point foo tag to it (note: this will not update the
default latest tag.):
npm publish --tag fooList published versions for package:
npm view @szenadam/npm-publish-test versions --jsonNPM Tagging
Create/Modify foo tag to point to x.y.z package version:
npm dist-tag add @szenadam/[email protected] fooRemove foo tag:
npm dist-tag rm @szenadam/npm-publish-test foo