A CLI for b-html.
$ npm install -g b-html-cli
$ b-html index.bhtml
$ b-html -o htmls/ bhtmls/
$ b-html -m h2b index.html
or
# -s is "remove white spaces" option.
# (You might get the result you want!)
$ b-html -m h2b -s index.html
$ b-html -m h2b -o bhtmls/ htmls/
or
# -s is "remove white spaces" option.
# (You might get the result you want!)
$ b-html -m h2b -s -o bhtmls/ htmls/