forked from jashkenas/docco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (22 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
____
/\ _`\
\ \ \/\ \ ___ ___ ___ ___
\ \ \ \ \ / __`\ /'___\ /'___\ / __`\
\ \ \_\ \ /\ \ \ \ /\ \__/ /\ \__/ /\ \ \ \
\ \____/ \ \____/ \ \____\ \ \____\ \ \____/
\/___/ \/___/ \/____/ \/____/ \/___/
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`