CLIconfig
transform
Add a transform to your config.
jsrepo config transformUsage
Add a transform to your config. You will be prompted to install dependencies after adding:
jsrepo config transform @jsrepo/transform-prettierAdd multiple transforms at once:
jsrepo config transform @jsrepo/transform-prettier @jsrepo/transform-biomeOptions
--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