zerv 0.7.33

Generate versions for any commit from git and other version control - perfect for CI/CD builds and multiple formats
Documentation

Quality Gate Status Security Rating Vulnerabilities codecov tests release

zerv

Dynamic Versioning Cli

🚧 Under Active Development 🚧

⚠️ This project is currently in active development and has not even reached alpha state. It is not usable right now and not recommended for any use.

Installation

Quick Install (Recommended)

# Install latest version
curl -sSL https://raw.githubusercontent.com/wisarootl/zerv/main/scripts/install.sh | bash

# Install specific version
curl -sSL https://raw.githubusercontent.com/wisarootl/zerv/main/scripts/install.sh | bash -s v0.4.3

# Or using environment variable
curl -sSL https://raw.githubusercontent.com/wisarootl/zerv/main/scripts/install.sh | ZERV_VERSION=v0.4.3 bash

Manual Download

Download pre-built binaries from GitHub Releases

From Source (Cargo)

cargo install zerv

Uninstall

For Quick Install and Manual Download:

rm ~/.local/bin/zerv