0.7.1 • Published 9 years ago
grunt-groc v0.7.1
grunt-groc
A simple grunt task to generate a project's documentation using Groc
Usage
Install this plugin with the following command:
npm install grunt-groc --save-devLoad the plugin in your Gruntfile.js:
grunt.loadNpmTasks('grunt-groc');Running grunt groc:javascript (or grunt groc since groc is a multitask) will generate documentation for the specified files.
// Project configuration.
grunt.initConfig({
groc: {
javascript: [
"tasks/*.js", "README.md"
],
options: {
"out": "doc/"
}
}
});See Groc's cli for all available options
0.7.1
9 years ago
0.7.0
9 years ago
0.6.0
11 years ago
0.5.0
11 years ago
0.4.5
12 years ago
0.4.4
12 years ago
0.4.3
12 years ago
0.4.2
12 years ago
0.4.1
12 years ago
0.4.0
12 years ago
0.3.0
13 years ago
0.2.2
13 years ago
0.2.1
13 years ago
0.2.0
13 years ago
0.1.2
13 years ago
0.1.1
13 years ago
0.1.0
13 years ago
0.0.3
13 years ago
0.0.2
13 years ago