Skip to content

Parse & construct GitHub repository URLs & specifiers

License

Notifications You must be signed in to change notification settings

jwodder/ghrepo-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CI Status codecov.io Minimum Supported Rust Version MIT License

This is a Rust workspace containing various packages for working with GitHub repository URLs.

The packages are:

  • ghrepo — Rust library for parsing & constructing GitHub repository URLs & specifiers

  • ghrepo-cli — CLI command for showing the GitHub repository for a local Git repository

  • repomaker — Internal package for use in testing the other packages