htmlprocessor
npm install -g htmlprocessor
Grunt task
This module was originally merged into the grunt-processhtml task.
Now its a standalone module without grunt dependency.
For plenty of documentation please visit grunt-processhtml
CLI
$ htmlprocessor -v
Outputs to file-to-process.processed.html
.
$ htmlprocessor file-to-process.html
Outputs to processed/file.html
.
$ htmlprocessor file-to-process.html -o processed/file.html
Pass some data
$ htmlprocessor file-to-process.html -o processed/file.html -d data.json
Specify an environment
$ htmlprocessor file-to-process.html -o processed/file.html -e dev
Allow recursive processing
$ htmlprocessor file-to-process.html -o processed/file.html -r
Change the comment marker to <!-- process --><!-- /process -->
$ htmlprocessor file-to-process.html -o processed/file.html --comment-marker process
License
See LICENSE.txt