I'm canvasing available parsers for SCM URLs, and all need new features.
However, all are also extremely inactive. This one, however, is the most promising, given its built-in OO nature.
Are you still contributing? If not, is there any issue with me creating a new project that closes the gap between what we need and what this library provides?
Note, I would be leveraging content from:
https://github.com/coala/git-url-parse/
https://github.com/nephila/giturlparse/
- and this library
The use cases are:
- Easily-readable string output (like the built-in ParseResult string representation)
- Better-handle the format
git@github.com/path/ro/project.git
- Better-handle the format:
ssh://git@github.com:1234/path/to/project.git
I'm canvasing available parsers for SCM URLs, and all need new features.
However, all are also extremely inactive. This one, however, is the most promising, given its built-in OO nature.
Are you still contributing? If not, is there any issue with me creating a new project that closes the gap between what we need and what this library provides?
Note, I would be leveraging content from:
https://github.com/coala/git-url-parse/https://github.com/nephila/giturlparse/The use cases are:
git@github.com/path/ro/project.gitssh://git@github.com:1234/path/to/project.git