Skip to content

Repository files navigation

packdaddy

Dependency cleanup CLI and landing page.

Quick start

npx packdaddy
npx packdaddy --all
npx packdaddy --fix

Or with other package managers:

pnpm dlx packdaddy
bunx packdaddy
yarn dlx packdaddy

Local development

Build and run the CLI directly from this repo:

pnpm --filter packdaddy build
node packages/cli/dist/index.js --cwd "../my-app" --unused --size

Install the local build as a global command while developing:

pnpm --filter packdaddy build
pnpm --filter packdaddy link --global
packdaddy --unused --outdated --size

Web app

pnpm --filter web dev
pnpm --filter web build

About

finds unused, outdated & heavy packages. zero deps.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages