Categorygithub.com/jaredallard/vcs
repositorypackage
0.2.0
Repository: https://github.com/jaredallard/vcs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package git contains functions for interacting with Git repositories using the Git CLI.
Package releases implements functions for interacting with 'Releases' provided by VCS providers.
Package resolver implements a way to resolve versions of software based on the provided criteria.
Package token contains functions for getting an authenticated token from a user's machine for a given VCS provider.

# README

vcs

Latest Version License Github Workflow Status Codecov

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