This is a minor nitpick but would make it a lot easier to go from npm to github (and from github to github).
Two reasons:
When on NPM you can't go directly to Github (it renders a link if present in package.json). You have to manually find where the package is located. With monorepos this can be inconvient.
I'm using OctoLinker which adds links to file/package imports in the Github Web UI. If you have a link to the Github repo in your package.json it will automatically link them together.
E.g. for the @transmute/vc.js package this will mean adding the following to the package.json:
This is a minor nitpick but would make it a lot easier to go from npm to github (and from github to github).
Two reasons:
E.g. for the
@transmute/vc.js
package this will mean adding the following to the package.json:Happy to assist if you agree :)