1.1.1 • Published 12 years ago

rat v1.1.1

Weekly downloads
28
License
-
Repository
github
Last release
12 years ago

Rat

Recursive asynchronous file operations for node.js

Install

Rat is available with npm. Install it like so:

npm install -g rat

rat.rmdir()

Remove path recursively.

require('rat').rmdir('/my/files', function(err, stats) {
  if (err) throw err;
  console.log(stats);
});

Params

path String
callback Function(err, stats)

Donations

If you like using rat, tip me some bits @ 1MUaP1e5DcuWrup7nLwK1rBfLR7YCcjnqS

1.1.1

12 years ago

1.0.1

12 years ago

1.0.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.1

12 years ago