depnot
v1.1.2
Published
Remove all dependencies with match name
Downloads
9
Readme
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