An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# comver

[![Go Reference](https://pkg.go.dev/badge/github.com/typisttech/comver.svg)](https://pkg.go.dev/github.com/typisttech/comver)
[![GitHub Release](https://img.shields.io/github/v/release/typisttech/comver?style=flat-square&)](https://github.com/typisttech/comver/releases/latest)
[![Go](https://github.com/typisttech/comver/actions/workflows/go.yml/badge.svg)](https://github.com/typisttech/comver/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/typisttech/comver/graph/badge.svg?token=GVO7RV80TJ)](https://codecov.io/gh/typisttech/comver)
[![Go Report Card](https://goreportcard.com/badge/github.com/typisttech/comver)](https://goreportcard.com/report/github.com/typisttech/comver)
[![license](https://img.shields.io/github/license/typisttech/comver.svg)](https://github.com/typisttech/comver/blob/master/LICENSE)
[![X Follow @TangRufus](https://img.shields.io/badge/Follow-%40TangRufus-black?logo=x&logoColor=white)](https://x.com/tangrufus)
[![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-ff69b4.svg)](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.