Bash SemVer: A Bash implementation of the SemVer specification

For a while I have been using a custom install and start script to run some of my Node projects on Glitch. To do this I needed a way to compare SemVer versions similar to npm but without relying on Node. The end result; a Bash script with some of the same functionality as node-semver, the SemVer parser used by npm.

I have also released a blank Node starter using this script to run. However, as someone might find this script usefull by itself, I wanted to release it as a separate project too.

3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.