Skip to content

🗑️ Depnot is a library for removing dependencies from a Node.js project

Notifications You must be signed in to change notification settings

trindadematheus/depnot

Repository files navigation

depnot

Remove all dependencies with match name

> npx depnot [npm | yarn | pnpm] [package-name] [with-dependencies]

Examples

Uninstall all eslint packages from package.json using yarn

> npx depnot yarn eslint

Uninstall all react-native dependencies and devDependencies from package.json using npm

> npx depnot npm react-native -D

About

🗑️ Depnot is a library for removing dependencies from a Node.js project

Resources

Stars

Watchers

Forks