Skip to content
forked from jashkenas/docco

Literate Programming can be Quick and Dirty. SNAC fork add support for XSLT and groovy in "xslt" branch; need pygments >= 1.5

Notifications You must be signed in to change notification settings

tingletech/docco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ____                                                      
/\  _`\                                                    
\ \ \/\ \        ___         ___         ___         ___   
 \ \ \ \ \      / __`\      /'___\      /'___\      / __`\ 
  \ \ \_\ \    /\ \ \ \    /\ \__/     /\ \__/     /\ \ \ \
   \ \____/    \ \____/    \ \____\    \ \____\    \ \____/
    \/___/      \/___/      \/____/     \/____/     \/___/ 


Docco is a quick-and-dirty, hundred-line-long, literate-programming-style
documentation generator. For more information, see:

http://jashkenas.github.com/docco/

Usage: docco [options] <filePattern ...>

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -c, --css [file]       use a custom css file
    -o, --output [path]    use a custom output path
    -t, --template [file]  use a custom .jst template

Building and Testing:

  npm install
  cake build
  cake test
  
For code syntax highlighting, install Python Pygments with `sudo easy_install pygments`

About

Literate Programming can be Quick and Dirty. SNAC fork add support for XSLT and groovy in "xslt" branch; need pygments >= 1.5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 96.3%
  • C 1.1%
  • JavaScript 1.1%
  • Other 1.5%