CLIconfig

provider

Add a provider to your config.

jsrepo config provider

Usage

Add a provider to your config. You will be prompted to install dependencies after adding:

jsrepo config provider jsrepo-provider-jsr

Add multiple providers at once:

jsrepo config provider jsrepo-provider-jsr jsrepo-provider-npm

Options

--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