mhassan1 / yarn-plugin-licenses

Yarn Berry plugin that adds `yarn licenses` commands
39 stars 11 forks source link

Add support for `repository` strings, normalize `shortcut`-type `repository` URLs #31

Closed mhassan1 closed 1 year ago

mhassan1 commented 1 year ago

This PR adds support for repository strings. It also normalizes shortcut-type repository URLs (e.g. org/repo), since those kinds of URLs are unclear.

Resolves https://github.com/mhassan1/yarn-plugin-licenses/issues/30.