Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaredallard/vcs

Go libraries for interacting with Version Control Systems
https://github.com/jaredallard/vcs

github github-releases gitlab gitlab-releases golang

Last synced: 17 days ago
JSON representation

Go libraries for interacting with Version Control Systems

Awesome Lists containing this project

README

        

# vcs

[![Latest Version](https://img.shields.io/github/v/release/jaredallard/vcs?style=for-the-badge)](https://github.com/jaredallard/vcs/releases)
[![License](https://img.shields.io/github/license/jaredallard/vcs?style=for-the-badge)](https://github.com/jaredallard/vcs/blob/main/LICENSE)
[![Github Workflow Status](https://img.shields.io/github/actions/workflow/status/jaredallard/vcs/tests.yaml?style=for-the-badge)](https://github.com/jaredallard/vcs/actions/workflows/tests.yaml)
[![Codecov](https://img.shields.io/codecov/c/github/jaredallard/vcs?style=for-the-badge)](https://app.codecov.io/gh/jaredallard/vcs)

Go libraries for interacting with Version Control Systems (vcs).
Primarily oriented around resolving versions, interacting with Git,
and downloading releases.

## Supported VCS

- Github
- Gitlab

## License

LGPL-3.0