Skip to content

Clean 🚿 all node dependencies i.e. node_modules

Notifications You must be signed in to change notification settings

maddhruv/clean-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean-deps

Clean 🚿 all node dependencies i.e. node_modules

  • 🎎 Works fantastically with mono-repos
  • ↩️ can be hooked with CLI
  • 📦 use as a module to get all node_modules dirs

Install

CLI

npm i clean-deps -g

or

Module

npm i clean-deps

Usage

CLI

Add as an npm-script

{
  "clean-deps": "clean-deps"
}

Modules

const findDirs = require("clean-deps");

const results = findDirs();

About

Clean 🚿 all node dependencies i.e. node_modules

Resources

Stars

Watchers

Forks

Packages

No packages published