Parse html comments with customizations
npm install commentStreaming HTML comment parser
```
npm install commment --save
`js
var fs = require('fs');
var comment = require('comment');
fs.createReadStream('/path/to/file')
.pipe(comment(/ options /))
.pipe(process.stdout);
`
* options - (soon)
Parse comments in a file.
* filepath
```
npm install
npm test