0.1.0 • Published 5 years ago

node-vuepress-auto-read v0.1.0

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

node-vuepress-auto-read

auto read vuepress and setting sidebar config by folder structure

Installl

npm install node-vuepress-auto-read --save-dev

Usage

  1. config you sidebar mapping in package.json file
"folderTitleMap": {
    "folder1": "团队规范"
}
  1. auto run for override sidebar of vuepress config.js
Usage: vuepress-auto-read [options]

Options:
  --version       Show version number                                  [boolean]
  -c, --config    config file path                   [default: "./package.json"]
  -r, --rootPath  vuepress dest docs path                    [default: "./docs"]
  -m, --markdown  your blog readme path                 [default: "./README.md"]
  -b, --blogUrl   your blog base url
  -h, --help      Show help                                            [boolean]
0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago