/clean-dir

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

Primary LanguageJavaScript

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