0.3.1 • Published 10 years ago
b-html-cli v0.3.1
b-html-cli
A CLI for b-html.
Installation
$ npm install -g b-html-cliUsage
index.bhtml -> index.html
$ b-html index.bhtmlbhtmls/**/*.bhtml -> htmls/**/*.html
$ b-html -o htmls/ bhtmls/index.bhtml <- index.html
$ b-html -m h2b index.htmlor
# -s is "remove white spaces" option.
# (You might get the result you want!)
$ b-html -m h2b -s index.htmlbhtmls/**/*.bhtml <- htmls/**/*.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/