Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jashkenas/docco
Literate Programming can be Quick and Dirty.
https://github.com/jashkenas/docco
Last synced: 7 days ago
JSON representation
Literate Programming can be Quick and Dirty.
- Host: GitHub
- URL: https://github.com/jashkenas/docco
- Owner: jashkenas
- License: other
- Created: 2010-03-01T00:42:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T08:06:42.000Z (4 months ago)
- Last Synced: 2024-10-10T02:07:26.041Z (26 days ago)
- Language: HTML
- Homepage: http://ashkenas.com/docco/
- Size: 1.11 MB
- Stars: 3,552
- Watchers: 60
- Forks: 572
- Open Issues: 68
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs-cn - Docco - 生成一个在代码中混合注释的 HTML 的文档生成器 (包 / 文档相关)
- awesome-nodejs - Docco - Documentation generator which produces an HTML document that displays your comments intermingled with your code. ![](https://img.shields.io/github/stars/jashkenas/docco.svg?style=social&label=Star) (Repository / Documentation)
- awesome-nodejs-cn - Docco - **star:3543** 文档生成器,它生成HTML文档,显示与代码混合的注释 ![star > 2000][Awesome] (包 / 文档)
- awesome-nodejs - Docco - Documentation generator which produces an HTML document that displays your comments intermingled with your code. (Packages / Documentation)
- awesome-node - Docco - Documentation generator which produces an HTML document that displays your comments intermingled with your code. (Packages / Documentation)
- awesome-nodejs-cn - Docco - 文档生成器,该生成器生成一个HTML文档,该文档显示与代码混合的注释. (目录 / 文档生成相关)
- starred-awesome - docco - Literate Programming can be Quick and Dirty. (CSS)
- awesome-starred - jashkenas/docco - Literate Programming can be Quick and Dirty. (others)
- awesome-documentation - Docco - A quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. (General Tools / Site Builder)
README
____
/\ _`\
\ \ \/\ \ ___ ___ ___ ___
\ \ \ \ \ / __`\ /'___\ /'___\ / __`\
\ \ \_\ \ /\ \ \ \ /\ \__/ /\ \__/ /\ \ \ \
\ \____/ \ \____/ \ \____\ \ \____\ \ \____/
\/___/ \/___/ \/____/ \/____/ \/___/Docco is a quick-and-dirty, hundred-line-long, literate-programming-style
documentation generator. For more information, see:http://ashkenas.com/docco/
Installation:
sudo npm install -g docco
Usage: docco [options] FILES
Options:
-h, --help output usage information
-V, --version output the version number
-l, --layout [layout] choose a built-in layouts (parallel, linear)
-c, --css [file] use a custom css file
-o, --output [path] use a custom output path
-t, --template [file] use a custom .jst template
-e, --extension [ext] use the given file extension for all inputs
-L, --languages [file] use a custom languages.json
-m, --marked [file] use custom marked options