0.0.5 • Published 3 months ago

pnpm-settings-migrator v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

pnpm-settings-migrator

CI NPM VERSION NPM DOWNLOADS LICENSE

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

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

Context

License

MIT License © 2025-PRESENT ntnyq

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago