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

https://github.com/igr/repo-url-parser

Extracts properties like user, repo, and branch from various flavors of GitHub, BitBucket URLs.
https://github.com/igr/repo-url-parser

Last synced: about 1 year ago
JSON representation

Extracts properties like user, repo, and branch from various flavors of GitHub, BitBucket URLs.

Awesome Lists containing this project

README

          

# VCS URL PARSER

![](https://img.shields.io/maven-central/v/com.oblac/repo-url-parser.svg)

Parses various VCS URLs:

+ Github
+ Github Enterprise

TODO:

+ Bitbucket

## Get it

With Gradle:

compile 'com.oblac:repo-url-parser:'

## Usage

It's complicated.

GithubRepo gh = GithubUrl.gh("https://github.com/oblac/jodd");

That's it :)

## License

[BSD](LICENSE)