1.0.0 • Published 4 years ago

clean-deps v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

clean-deps

Clean :shower: all node dependencies i.e. node_modules

  • :dolls: Works fantastically with mono-repos
  • :leftwards_arrow_with_hook: can be hooked with CLI
  • :package: 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();
1.0.0

4 years ago