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
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.
The text was updated successfully, but these errors were encountered:
kt3k
linked a pull request
Jun 12, 2024
that will
close
this issue
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.
The text was updated successfully, but these errors were encountered: