version-bumpify
v1.2.1
Published
A Node.js CLI tool to automatically update version numbers in package.json, package-lock.json, and multiple README.md badges.
Downloads
4
Maintainers
Readme
Version Bumpify
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)
Features 🚀
✔ 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
Installation
Install globally via npm:
npm install -g version-bumpifyUsage 🛠️
Run 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
Contributing 🤝
Contributions are welcome!
Please check the CONTRIBUTING file before submitting a pull request.
License 📜
This project is licensed under the MIT License.
See the LICENSE file for details.
Bugs & Issues 🐞
If you find a bug or issue, report it via GitHub Issues.
🚀 Happy Version Bumping!
