inqlude icon indicating copy to clipboard operation
inqlude copied to clipboard

Add URL for version control systems

Open cornelius opened this issue 8 years ago • 0 comments

We already have a URL pointing to the development source code, which usually is a git repository. The URL usually links to the web page showing the repo in a human-readable way.

To make it easier to integrate with version control system tooling, it would be nice to have a pointer in the meta data, which can be directly used by git (or any other version control system used for managing the library's source code). This could be something like

"vcs": { "git": { "clone_url": "..." } } }

cornelius avatar Feb 25 '17 19:02 cornelius