I work on a package that is published to NPM, but internally uses some JSR modules. Currently, if anyone wants to use the package, they have to manually create a .npmrc file and add @jsr:registry=https://npm.jsr.io into it. It would be great to have some kind of jsr init command which we could tell the users to use before installing our package.
I work on a package that is published to NPM, but internally uses some JSR modules. Currently, if anyone wants to use the package, they have to manually create a
.npmrcfile and add@jsr:registry=https://npm.jsr.iointo it. It would be great to have some kind ofjsr initcommand which we could tell the users to use before installing our package.