0.1.0 • Published 7 years ago
event-search-fs v0.1.0
Event based search in file system
Event based Search for files and directories in file system.
Development
git clone https://github.com/saikksub/event-search-fs.git
cd event-search-fs
npm install
node test.js
Install
npm install --save event-search-fs
const Search = require('event-search-fs');
const search = new Search('/Users', '.git');
search.on('result', (data) => {
console.log(data);
});
search.list();
License
contact
0.1.0
7 years ago