CLIconfig

transform

Add a transform to your config.

jsrepo config transform

Usage

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

jsrepo config transform @jsrepo/transform-prettier

Add multiple transforms at once:

jsrepo config transform @jsrepo/transform-prettier @jsrepo/transform-biome

Options

--cwd

The current working directory:

jsrepo config transform @jsrepo/transform-prettier --cwd ./my-project

--yes

Skip the confirmation prompt:

jsrepo config transform @jsrepo/transform-prettier --yes