You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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": "..." } } }
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: