olegkron / depscleaner

A CLI tool for finding and removing `node_modules` and other dependency directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depscleaner

Depscleaner is a CLI tool for finding and removing dependency directories like node_modules in your projects to free up space.

Features

  • Easy to add & change directories regex
  • Error logging to file
  • Shows total space freed

Installation

To install Depscleaner, use pip:

pip install depscleaner

Usage

depscleaner <dir>

Example

depscleaner ~/projects

About

A CLI tool for finding and removing `node_modules` and other dependency directories