A setup package for robert.tools providing several commands to ease package management and release.
npm install --save-dev @robert.tools/setupTo use the setup script you either can run on demand:
npx robi <command> <param>or put it to your npm tasks:
"release": "robi release",
bumps the version in all files.
- without parameter
robi releaseit will ask you for the type of version bump - with parameter
robi release <semantic>it will bump the version accordingly, e.g. for major:
robi release major
- semantic:
major|minor|patch
This works same as release but also replaces several placeholders.
robi init <semantic>