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.
|
|
# grunt-docco
Grunt Docco plugin.
## Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-docco`
Then add this line to your project's `grunt.js` gruntfile:
```javascript grunt.loadNpmTasks('grunt-docco'); ```
[grunt]: https://github.com/cowboy/grunt [getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md
## 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][grunt].
## Release History
_(Nothing yet)_
## License
Copyright (c) 2012 David Souther Licensed under the MIT license.
|