1.0.6 • Published 8 years ago

nextdocs v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

Nextdocs

基于gulp的markdown文档生成工具

安装

$ npm install -g nextdocs

使用

$ nextdocs build

个性化配置

$ nextdocs init

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

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