update_nimble_version

Cli tool to update the nimble version of a package.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Tags

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 - - - - - - -

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