According to my experience, most use cases require just file scan with pattern-matching. Big flexibility causes code complicity on user side. Here is example, that we did for our project https://github.com/nodeca/fs-tools . Not as flexible as your one, but very simple in use.
вторник, 3 апреля 2012 г., 0:52:11 UTC+4 пользователь Oliver Leics написал: > > Node Filewalker > Fast and rock-solid asynchronous traversing of directories and files for > node.js > > https://github.com/oleics/node-filewalker > > npm install filewalker > > To run the tests: mocha -R spec > > node v0.4 is enabled in the npm package and should theoretically work, > but it is untested as mocha has its dependency set to node >= 0.6 > > Feedback is very welcome. > > -- > Oliver Leics @ G+ > https://plus.google.com/112912441146721682527 > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
