0.2.6 • Published 10 years ago

fs-equals v0.2.6

Weekly downloads
38
License
-
Repository
github
Last release
10 years ago

fs-equals

test pieces of the file system for equality

Getting Started

With npm

$ npm install fs-equals --save

then in your app:

var fs-equals = require('fs-equals')

API

equals(apath:String, bpath:String)

compare whatever happens to be at either path. The result is returned via a promise

dirs(apath:String, bpath:String)

test the contents of two directories for equality

files(apath:String, bpath:String)

test the contents of two files for equality

examples

see the tests

Running the tests

$ npm install
$ make test

Note: these commands don't work on windows.

License

MIT

0.2.6

10 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago