sizer
Filter files by size recursively
Install
npm install sizer --save
Usage
var sizer = ; sizer;
Api
bigger(bytes, directory[, ignore], callback)
bytes
- size in bytes to compare the files todirectory
- the directory containing the filesignore
- (OPTIONAL) an array of files to ignore (uses minimatch to compare)callback
- gets called when call files have been compared
smaller(bytes, directory[, ignore], callback)
bytes
- size in bytes to compare the files todirectory
- the directory containing the filesignore
- (OPTIONAL) an array of files to ignore (uses minimatch to compare)callback
- gets called when call files have been compared
Run Tests
npm install
npm test