Remove comments in html
npm install remove-html-comments> Remove comments in html
``sh`
$ npm install --save remove-html-comments
`js
var removeHtmlComments = require('remove-html-comments');
removeHtmlComments('
`sh
$ npm install --global remove-html-comments
$ remove-html-comments --help Usage
remove-html-comments
remove-html-comments
cat | remove-html-comments
Example
remove-html-comments index.html
remove-html-comments index.html no-comments.html
cat index.html | remove-html-comments
cat index.html | remove-html-comments > no-comments.html
Options
-v, --verbose Verbose output
``MIT © Steve Mao
[npm-image]: https://badge.fury.io/js/remove-html-comments.svg
[npm-url]: https://npmjs.org/package/remove-html-comments
[travis-image]: https://travis-ci.org/stevemao/remove-html-comments.svg?branch=master
[travis-url]: https://travis-ci.org/stevemao/remove-html-comments
[daviddm-image]: https://david-dm.org/stevemao/remove-html-comments.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/stevemao/remove-html-comments