Dependency cleanup CLI and landing page.
npx packdaddy
npx packdaddy --all
npx packdaddy --fixOr with other package managers:
pnpm dlx packdaddy
bunx packdaddy
yarn dlx packdaddyBuild and run the CLI directly from this repo:
pnpm --filter packdaddy build
node packages/cli/dist/index.js --cwd "../my-app" --unused --sizeInstall the local build as a global command while developing:
pnpm --filter packdaddy build
pnpm --filter packdaddy link --global
packdaddy --unused --outdated --sizepnpm --filter web dev
pnpm --filter web build