0.1.0 • Published 7 years ago

event-search-fs v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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

MIT

contact

hello@xplorebits.com

0.1.0

7 years ago