A Node.js CLI tool to automatically update:
package.jsonandpackage-lock.jsonversions- Multiple version badges in
README.md(supports Shields.io, Badgen.net, Fury.io, and Nodei.co)
✔ Semantic Versioning: Ensures valid version updates (e.g., 1.2.3, 2.0.0-alpha)
✔ Automatic Updates: Updates package.json, package-lock.json, and README badges
✔ Multi-Badge Support: Works with Shields.io, Badgen.net, Fury.io, and Nodei.co
✔ Simple CLI Usage: Run a single command to bump the version
Install globally via npm:
npm install -g version-bumpifyRun the following command to bump your project version:
bumpify <new_version>Example:
bumpify 2.0.2This will:
✅ Update package.json and package-lock.json to 2.0.2
✅ Update multiple version badges in README.md
Contributions are welcome!
Please check the CONTRIBUTING file before submitting a pull request.
This project is licensed under the MIT License.
See the LICENSE file for details.
If you find a bug or issue, report it via GitHub Issues.
🚀 Happy Version Bumping!