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.
- Host: GitHub
- URL: https://github.com/igr/repo-url-parser
- Owner: igr
- License: bsd-2-clause
- Created: 2016-08-05T07:08:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T17:50:17.000Z (over 8 years ago)
- Last Synced: 2025-03-25T00:35:02.248Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VCS URL PARSER

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)