1.0.2 • Published 1 year ago

cleankit v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm version Downloads npm license

About

If you are programming and meanwhile you are bored of having to deal with the space occupied by dependencies that you are not currently using in your projects, Cleanup is for you! Safely and quickly delete unnecessary files that accumulate while working as a true developer.

Install

npm install cleankit -g

don't forget to add -g param to save as a global package for to be able to use it in any directory.

Usage

cleanup

It is very easy and fast to use because it has an interactive console!

Deleted types of files

node_modules folder, .orig git files after a merge, common system files like .DS_Store .Trashes desktop.ini Thumbs.db

Contribute

If you need to support more types of files create a new issue or push a PR in this repo with the code

Maintainers