npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

Documentation? #12

Open ForbesLindesay opened 11 years ago

ForbesLindesay commented 11 years ago

I'm having to use this as it's pretty heavily integrated into npm, but I'm finding it a little tricky to grasp.

Many of the streams don't seem to emit data events, and instead emit entry events. These don't work with the normal streaming logic in node.js so I'm not sure how best to handle them. At the moment all I need is something to filter an fstream-ignore but I'm not really sure what interface I need to implement.

goloroden commented 9 years ago

+1