1. grunt-docco
Grunt Docco plugin.
grunt-docco
Package: grunt-docco
Created by: DavidSouther
Last modified: Sat, 18 Jun 2022 14:52:08 GMT
Version: 0.5.0
License: MIT
Downloads: 5,911
Repository: https://github.com/DavidSouther/grunt-docco

Install

npm install grunt-docco
yarn add grunt-docco

grunt-docco

Grunt Docco plugin.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-docco --save-dev

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

 grunt.loadNpmTasks('grunt-docco');

Documentation

Add the task config to the grunt initConfig block.

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

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

  • 0.5.0: Support for grunt 1.0
  • 0.4.0: Update to use docco ~0.7.0
  • 0.3.3: Update to use latest official docco version
  • 0.3.2: Update to use newer commit of development docco
  • 0.3.1: Update to use #development docco - fixes several issues with multiple runs.
  • 0.3.0: Removed dependency on python's pygments. Use latest libraries.
  • 0.2.0: Early release, depended on python's pygments.

License

Copyright (c) 2012 - 2016 David Souther et al
Licensed under the MIT license.

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code