CLIconfig
provider
Add a provider to your config.
jsrepo config providerUsage
Add a provider to your config. You will be prompted to install dependencies after adding:
jsrepo config provider jsrepo-provider-jsrAdd multiple providers at once:
jsrepo config provider jsrepo-provider-jsr jsrepo-provider-npmOptions
--cwd
The current working directory:
jsrepo config provider jsrepo-provider-jsr --cwd ./my-project--yes
Skip the confirmation prompt:
jsrepo config provider jsrepo-provider-jsr --yes