https://github.com/typisttech/comver
Package comver provides the ability to work with composer supported versions in Go.
https://github.com/typisttech/comver
Last synced: about 1 year ago
JSON representation
Package comver provides the ability to work with composer supported versions in Go.
- Host: GitHub
- URL: https://github.com/typisttech/comver
- Owner: typisttech
- License: mit
- Created: 2024-03-25T01:39:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T03:46:05.000Z (over 1 year ago)
- Last Synced: 2025-03-17T04:32:58.933Z (over 1 year ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/typisttech/comver
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# comver
[](https://pkg.go.dev/github.com/typisttech/comver)
[](https://github.com/typisttech/comver/releases/latest)
[](https://github.com/typisttech/comver/actions/workflows/go.yml)
[](https://codecov.io/gh/typisttech/comver)
[](https://goreportcard.com/report/github.com/typisttech/comver)
[](https://github.com/typisttech/comver/blob/master/LICENSE)
[](https://x.com/tangrufus)
[](https://typist.tech/contact/)
Package comver provides the ability to work with composer supported versions in Go.
Built with ♥ by Typist Tech
---
## Usage
> [!NOTE]
>
> See full API documentation on [pkg.go.dev](https://pkg.go.dev/github.com/typisttech/comver).
## Known Issues
> [!CAUTION]
>
> Due to implementation complexity, it only supports a subset of [composer versioning](https://github.com/composer/semver/).
> Refer to the [version_test.go](https://github.com/typisttech/comver/blob/main/version_test.go) for examples.
## Credits
[`comver`](https://github.com/typisttech/comver) is a [Typist Tech](https://typist.tech) project and maintained by [Tang Rufus](https://x.com/TangRufus), freelance developer for [hire](https://typist.tech/contact/).
Full list of contributors can be found [here](https://github.com/typisttech/comver/graphs/contributors).
## Copyright and License
This project is a [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the MIT license. For the full license, see [LICENSE](./LICENSE).
## Contribute
Feedbacks / bug reports / pull requests are welcome.