grunt-docco-plus

3.0.0 • Public • Published

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/'
    }
  }
}
 

/grunt-docco-plus/

    Package Sidebar

    Install

    npm i grunt-docco-plus

    Weekly Downloads

    8

    Version

    3.0.0

    License

    none

    Last publish

    Collaborators

    • jhapranav
    • sruthiravi