sh-semver
Version comparator
A Bash implementation of semantic versioning with support for various comparators and ranges.
Bash implementation of semantic versioning
29 stars
5 watching
7 forks
Language: Shell
last commit: over 3 years ago
Linked from 1 awesome list
bashsemver
Related projects:
Repository | Description | Stars |
---|---|---|
cloudflare/semver_bash | A tool for parsing and comparing semantic versions in bash scripts | 251 |
eush77/semver-max | Compares versions according to semantic versioning rules and returns the maximum or minimum version. | 3 |
tomzx/php-semver-checker | Compares source code before and after to suggest semantic versioning changes based on PHP Semantic Versioning 2.0.0 | 429 |
h2non/semver.c | A C implementation of semantic versioning for parsing and comparing version numbers with prereleases and metadata | 185 |
ddddxxx/semver | A Swift library implementing the Semantic Versioning protocol | 23 |
walkercoderanger/semver | A library for parsing and manipulating semantic version numbers in .NET | 296 |
markchalloner/git-semver | A plugin for managing version numbers in Git using the Semantic Versioning scheme | 382 |
vector-of-bool/semver | A C++ library for managing and manipulating semantic versioning information | 11 |
cexbrayat/angular-cli-diff | Maintains and compares multiple versions of an Angular CLI application to track changes across different releases. | 331 |
s0ders/go-semver-release | Automates semantic versioning of Git repositories by analyzing commit history and tagging with the correct SemVer number. | 10 |
parro-it/semver-first-satisfied | Finds the minimum version from an array that satisfies a given semantic version range | 2 |
mrackwitz/version | A library to represent and compare semantic version numbers in Swift | 183 |
shenv/shenv | A tool that allows users to easily switch between multiple versions of a shell environment. | 43 |
magento/magento-semver | Automates the identification of backward-incompatible changes in Magento code | 33 |
shivas/versioning-bundle | Automates version tracking for Symfony applications using Git tags or revision files | 112 |