update_nimble_version
A simple tool to update nimble version
Summary
| Latest Version | 0.2.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:21 |
Tags
Authors
- Patrick Klitzke
Installation
nimble install update_nimble_version
choosenim install update_nimble_version
git clone https://github.com/philolo1/update_nimble_version
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| update_nimble_version | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.6 | No |
Source
| Repository | https://github.com/philolo1/update_nimble_version |
|---|---|
| Homepage | https://github.com/philolo1/update_nimble_version |
| Registry Source | nimble_official |
README
Update nimble version - a cli tool to update nimble version
nimble install update_nimble_version
This library has no dependencies other than the Nim standard library.
About
This program searches for nimble versions recursively and updates them.
Usage
Update patch version
update_nimble_version
Update patch version (default)
update_nimble_version --patch
Update minor version
update_nimble_version --minor
Update imajor version
update_nimble_version --major
Get current version
update_nimble_version --version