Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredallard/vcs
- Owner: jaredallard
- License: lgpl-3.0
- Created: 2024-07-21T01:08:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T00:13:51.000Z (20 days ago)
- Last Synced: 2025-01-02T01:23:50.485Z (20 days ago)
- Topics: github, github-releases, gitlab, gitlab-releases, golang
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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