my-npm-link-lib
v1.0.0
Published
`npm run release` will:
Readme
MyNpmLinkLib
npm run release will:
- bump the version
- publish to https://www.npmjs.com/package/my-npm-link-lib
- commit push and tag to git
- it's also possible to do a GitHub release - see .release-it.json
tags are here ... https://github.com/danday74/npm-link-lib/tags
npm package here ... https://www.npmjs.com/package/my-npm-link-lib
other versioning options
this repo uses https://www.npmjs.com/package/release-it
https://www.npmjs.com/package/semantic-release offers a prob more advanced and suitable tool
other considerations
this repo provides a simple example but please, inter alia, consider:
https://angular.dev/tools/libraries/creating-libraries#managing-assets-in-a-library
