chalkboard

v0.4.3
Documentation generator for coffeescript
javascript coffeescript jsdoc documentation

Chalkboard.js

Build Status
An npm package that generate better documentation

Dependencies

  • commander
  • wrench
  • marked
  • lodash

Example

#  
# @chalk overview  
# @name example  
# @description  
# This is an example description for an example in readme.  
# @param {String} name Just a random name  
# @param {Boolean} work Does this actually work?  
# @returns {String} Just another value  
#  

TODO

TODO Wiki

Getting Started

The easiest way to use chalkboard will probably be to install it globally.

To do so, install the module with:

npm install -g chalkboard  

Supported Tags

Wiki Page

Usage

Usage: chalkboard [options] [FILES...]
Options:
-h, --help output usage information
-V, --version output the version number
-o, --output [DIR] Documentation output file
-j, --join [FILE] Combine all documentation into one page
-f, --format [TYPE] Output format. Default to markdown
-p, --private Parse comments for private functions and varibles
-h, --header Only parse the first comment block

Author

Adrian Lee ([email protected])

Copyright and license

2014 Adrian Lee

MIT

Metadata

  • Unknown
  • >= 0.8.0
  • Adrian Lee
  • released 12/17/2013

Downloads

Maintainers