b-html-cli

0.3.1 • Public • Published

b-html-cli

A CLI for b-html.

Installation

$ npm install -g b-html-cli

Usage

index.bhtml -> index.html

$ b-html index.bhtml

bhtmls/**/*.bhtml -> htmls/**/*.html

$ b-html -o htmls/ bhtmls/

index.bhtml <- index.html

$ 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

bhtmls/**/*.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/

License

MIT

Author

bouzuya <m@bouzuya.net> (http://bouzuya.net)

/b-html-cli/

    Package Sidebar

    Install

    npm i b-html-cli

    Weekly Downloads

    7

    Version

    0.3.1

    License

    MIT

    Last publish

    Collaborators

    • bouzuya