md-html-tool-cli

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i md-html-tool-cli

Weekly Downloads

19

Version

1.0.4

License

MIT

Unpacked Size

3.85 kB

Total Files

9

Last publish

Collaborators

  • jimliu7434