nextdocs

1.0.6 • Public • Published

Nextdocs

基于gulp的markdown文档生成工具

安装

$ npm install -g nextdocs

使用

$ nextdocs build

个性化配置

$ nextdocs init

会生成一个nd.conf.json,包含以下默认配置项

    {
        "src": "./src/**/*.js",
        "dest": "api"
    }

Readme

Keywords

Package Sidebar

Install

npm i nextdocs

Weekly Downloads

6

Version

1.0.6

License

ISC

Last publish

Collaborators

  • huangsy1412