0.2.1 • Published 9 years ago

folder-capper v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Folder-Capper

Build Status Coverage Status npm version

Folder-Capper - Managing a folder size under a certain maximum size

Installation

$ npm install folder-capper

Init

Params:

{
  folderToCap
  ignores
  folderToClear
  capSize
  sortingFunction
  retryTime
  autoWatchInterval
}
Example:

Testing

In order to test you need to install mocha globaly on your machine

$ cd /"module-path"/folder-capper
$ mocha

License

MIT