Currently jsr cli sets up these config files at the beginning of jsr install <pkg> subcommand, but it would be useful if jsr cli also provides a subcommand which only does that setup independently.
The use case of this is that when an npm package author use jsr package as its dependency, then they need to instruct its users to add .npmrc (or similar) settings to their projects. jsr setup command can be used for supporting that setup.
63 might be related issue, but #11 implements a subcommand which generates an empty project with jsr set up.
Currently
jsr
cli sets up these config files at the beginning ofjsr install <pkg>
subcommand, but it would be useful ifjsr
cli also provides a subcommand which only does that setup independently.The use case of this is that when an npm package author use jsr package as its dependency, then they need to instruct its users to add
.npmrc
(or similar) settings to their projects.jsr setup
command can be used for supporting that setup.63 might be related issue, but #11 implements a subcommand which generates an empty project with jsr set up.