grunt-docco-plus

Grunt plugin for docco-plus

6 个版本
安装
npm install grunt-docco-plus
yarn add grunt-docco-plus
pnpm add grunt-docco-plus
bun add grunt-docco-plus
README

Build Status Code Climate Documentation

Dependency Status devDependency Status peerDependency Status

grunt-docco-plus

Grunt plugin for docco-plus.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with


npm install grunt-docco-plus --save-dev`

Then add this line to your project's grunt.js gruntfile:


grunt.loadNpmTasks('grunt-docco-plus');

Documentation

Add the task config to the grunt initConfig block. All the options that are supported for docco-plus can be passed.


'docco-plus': {
  debug: {
    src: ['test/**/*.js'],
    options: {
      output: 'docs/'
    }
  }
}

版本列表
3.0.0 2016-10-05
2.0.1 2016-02-10
2.0.0 2016-02-10
1.0.2 2016-02-10
1.0.0 2015-05-21
0.0.0 2015-05-10