0.0.5 • Published 9 months ago
pnpm-settings-migrator v0.0.5
pnpm-settings-migrator
Move pnpm settings from pnpm field in package.json and .npmrc file to pnpm-workspace.yaml.
Usage
Run in your workspace root:
pnpm dlx pnpm-settings-migratorCLI Options
--cwd
- Type:
string - Default:
process.cwd()
Current working directory.
--sort-keys
- Type:
boolean - Default:
false
Sort keys when write pnpm-workspace.yaml.
--no-yarn-resolutions
- Type:
boolean - Default:
false
Disable migrating resolutions field in package.json.
--no-clean-npmrc
- Type:
boolean - Default:
false
Disable removing pnpm settings in .npmrc file.
---no-clean-package-json
- Type:
boolean - Default:
false
Disable removing pnpm field in package.json.