Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryv committed Jun 8, 2024
1 parent c59cd08 commit 9bf9ce2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
semstr - Go package for parsing and comparing [semantic version](https://semver.org) like strings

Allowed format is less stringent than semantic versioning to
accomodate more usecases.

[v]MAJOR[.MINOR[.PATCH[-PRERELEASE][+BUILD]]]


## Quick use

go get [github.com/gregoryv/semstr](https://pkg.go.dev/github.com/gregoryv/semstr)


0 comments on commit 9bf9ce2

Please sign in to comment.