Skip to content

abrarShariar/cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cleaner

Detect and clean executable files as well as other file types passed as arguments. The cleaner starts from your current directory and recursively cleans until all executable and files of mentioned file types are removed.

Installation

npm install --save cleaner

Usage

$ npm install --save cleaner
$ cleaner .out .o .tsc

Notice here I want to remove all .out, .o and .tsc files starting from the current directory and recursively traversing.

Note: All executables will be deleted by defualt.

Contribuuting

This module is in bare bones state. Something I wrote for myself, if this is of any help to you please feel free to drop a line. PRs are more than welcome :)

About

clean directory based on file types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published