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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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