An open API service indexing awesome lists of open source software.

https://github.com/ccforward/changedfile

nodejs changedFile
https://github.com/ccforward/changedfile

Last synced: about 1 year ago
JSON representation

nodejs changedFile

Awesome Lists containing this project

README

          

ChangedFile
==============

get directory change files list

## Usage

```js
var cf = require('cf');

var changed = cf.get('./',function(item){
if(item.match(/^node_modules|^\./)) return false;
return true;
});

console.log(changed); // [];
```

## License
MIT license