Ver-CMP
A useful cli-tool and library for compairing semantic versions
Cli App
Cli Installation
To build the cli tool, run the following command:
Cli Usage
Returns the following
[!TIP] You can use the -c or --compare flag to return a 0 1 or 2 for greater, less, or equal respectively to easily pipe the output to other commands
Library
This example shows how to use the library to compare two versions and how to handle the result
use *;