Skip to content

igr/repo-url-parser

Repository files navigation

VCS URL PARSER

Parses various VCS URLs:

  • Github
  • Github Enterprise

TODO:

  • Bitbucket

Get it

With Gradle:

compile 'com.oblac:repo-url-parser:<version>'

Usage

It's complicated.

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

That's it :)

License

BSD

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages