getbump
v2.2.1
Published
MFE version bumping tool
Downloads
15
Readme
getbump
A simple tool to bump your MFEs version number in your package.json file.
Bump your package.json MFEs version number (you can use bump or b)
npx getbump bump
Bump your package.json MFEs version number from specific branch and group
npx getbump bump -g <project-group> -b <project-branch>
Prepare your host app to new management of MFEs (you can use prepare or p)
npx getbump prepare
Add a new MFE to your host app (you can use add or a)
npx getbump add <mfe-gitlab-url-name> <mfe-production-url>
Check is your host app is ready to new management of MFEs (you can use check or c)
npx getbump check
License
Made with 💛
Published under MIT License.