https://github.com/ccforward/changedfile
nodejs changedFile
https://github.com/ccforward/changedfile
Last synced: about 1 year ago
JSON representation
nodejs changedFile
- Host: GitHub
- URL: https://github.com/ccforward/changedfile
- Owner: ccforward
- Created: 2014-06-09T02:46:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T02:48:24.000Z (almost 12 years ago)
- Last Synced: 2025-01-30T15:41:40.419Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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