ashleydavis / clean-dir

A simple command line tool to make a recursively delete node_modules directories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean-dir

A simple command line tool to make a recursively delete node_modules directories.

Install it

npm install -g @codecapers/clean-dir

Run it

clean-dir <directory>

Development

Run it from code

cd clean-dir
npm install
npm start

Run it for development

cd clean-dir
npm install
npm run start:dev

About

A simple command line tool to make a recursively delete node_modules directories.


Languages

Language:JavaScript 100.0%