Very basic command line tool to include any text file via code-comment
npm install html-include-commentshell
$ npm install html-include-comment
`Run
`shell
$ html-include-comment some/source.html some/dest.html
`Usage
In your sourcefile add html, css or js comments to render the
specified file content inline. The comments are getting replaced with
the file contents.
`html
`It works with both comment styles:
`html
`
and
`css
/ some/otherfile.css /
`File type or extension does not matter (so it could be
/ foo/bar.baz /` as well – as long as the file contains text content.