https://github.com/scarletflash/revers
⚠️ WORK IN PROGRESS ⚠️ CLI for customizable version management
https://github.com/scarletflash/revers
cli cli-app cli-tool git git-tag rust rust-application rust-crate rust-lang rust-library semantic-release semver semver-cli semver-compare semver-parser semver-range semver-release semver-release-tag semver-tag
Last synced: 9 months ago
JSON representation
⚠️ WORK IN PROGRESS ⚠️ CLI for customizable version management
- Host: GitHub
- URL: https://github.com/scarletflash/revers
- Owner: ScarletFlash
- License: mit
- Created: 2022-01-11T18:00:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T21:40:19.000Z (over 4 years ago)
- Last Synced: 2025-07-05T20:47:38.897Z (10 months ago)
- Topics: cli, cli-app, cli-tool, git, git-tag, rust, rust-application, rust-crate, rust-lang, rust-library, semantic-release, semver, semver-cli, semver-compare, semver-parser, semver-range, semver-release, semver-release-tag, semver-tag
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**re**vers is a lightweight CLI tool for complete [SemVer](https://semver.org/) management based on [Conventional Commits](https://www.conventionalcommits.org/), implemented in [Rust](https://www.rust-lang.org/).
# Functionality
| Status | Description |
| -----: | :--------------- |
| 💡 | Planned |
| 🏗️ | Work in Progress |
| ✅ | Done |
---
| Status | Feature |
| -----: | :----------------------------------------------------------- |
| 🏗️ | Print all commit hashes between Git commits or tags |
| 💡 | Print all commit messages between Git commits or tags |
| 💡 | Print changelog for changes made between Git commits or tags |
| 💡 | Print version for changes made between Git commits or tags |
| 💡 | Apply configurations from file |