You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jack Lukic 4ea100bdda text on grid 11 years ago
..
node_modules adds docco grunt task, setting up docco to build automatically 11 years ago
tasks adds docco grunt task, setting up docco to build automatically 11 years ago
test adds docco grunt task, setting up docco to build automatically 11 years ago
.npmignore adds docco grunt task, setting up docco to build automatically 11 years ago
Gruntfile.js adds docco grunt task, setting up docco to build automatically 11 years ago
LICENSE-MIT adds docco grunt task, setting up docco to build automatically 11 years ago
README.md adds docco grunt task, setting up docco to build automatically 11 years ago
package.json adds docco grunt task, setting up docco to build automatically 11 years ago

README.md

grunt-docco

Grunt Docco plugin.

Getting Started

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

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

grunt.loadNpmTasks('grunt-docco');

Documentation

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

(Nothing yet)

License

Copyright (c) 2012 David Souther
Licensed under the MIT license.