1.0.4 • Published 5 years ago

md-html-tool-cli v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

md-html-tool-cli

a cli interface of md-html-tool

for more information, please check md-html-tool

install

you can install it locally or globally

using npm as a devDependency

npm install --save-dev md-html-tool-cli

or using yarn as a devDependency

yarn add --dev md-html-tool-cli

how to use

  • change to your work directory

  • write a setting file (./conf.json here) like this contains mdfiles and target

{
    "mdfiles": [
        "./example/doc-title.md",
        "./example/doc-part1.md",
        "./example/doc-part2.md",
        "./example/doc-part3.md"
    ],
    "target": "./document"
}
  • then run it on cli, using arg -s to assign the setting file path

    > md2htmlcli -s ./conf.json
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago