semvermaxcli

A simple tool to get the highest semver version.

Usage no npm install needed!

<script type="module">
  import semvermaxcli from 'https://cdn.skypack.dev/semvermaxcli';
</script>

README

Semver cli

Running:

npx semvermaxcli 1.2.3 2.3.4

It will output 2.3.4, nothing else.