# docco-xt

> Generates static project documentation. A fork of docco with focus on larger projects

Latest version **0.1.2** (published 2014-01-20) · 0 weekly downloads

## Install

```sh
npm install docco-xt
pnpm add docco-xt
yarn add docco-xt
bun add docco-xt
```

Provides the command `docco`.

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2014-01-20 |
| First published | 2014-01-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.2.0 |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Christoph Werner |
| Maintainers | gonsfx |
| Keywords | documentation, docs, generator, coffeescript |

## Links

- npm: https://www.npmjs.com/package/docco-xt
- Repository: https://github.com/gonsfx/docco-xt
- Issues: https://github.com/gonsfx/docco-xt/issues
- npm.io page: https://npm.io/package/docco-xt

## Dependencies (5)

- [marked](https://npm.io/package/marked.md) >= 0.2.7
- [fs-extra](https://npm.io/package/fs-extra.md) >= 0.6.0
- [commander](https://npm.io/package/commander.md) >= 0.5.2
- [underscore](https://npm.io/package/underscore.md) >= 1.0.0
- [highlight.js](https://npm.io/package/highlight.js.md) >= 8.0.x

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2014-01-20
- 0.1.1 — 2014-01-06
- 0.1.0 — 2014-01-03

## README

Docco-XT is a fork of Docco that tackles some of the problems Docco is having
with larger codebases.

Therefore, an additional option to specify a base directory was added.
When used, all documented files are displayed with paths relative
to the given directory. This not only allows for documenting of multiple files
having the same name, but also helps getting a better overview over the documented
codebase.

Additionally, filenames can be searched when used in parallel layout:

To search for a filename, press [ESC] or focus the search input manually.
When you type in a filename or parts of it, you can navigate the filtered
results with [↓] and [↑] and view the selected result with [ENTER].

For more information on Docco, see:
http://jashkenas.github.com/docco/

Installation:

  sudo npm install -g docco-xt



Usage: docco [options] files

  Options:

    -h, --help              output usage information
    -V, --version           output the version number
    -L, --languages [file]  use a custom languages.json
    -l, --layout [name]     choose a layout (parallel or linear)
    -o, --output [path]     output to a given folder
    -c, --css [file]        use a custom css file
    -t, --template [file]   use a custom .jst template
    -b, --basedir [path]    use a given folder as base directory for relative
                            paths
    -e, --extension [ext]   assume a file extension for all inputs


Release History:

2014-01-03   v0.1.0    Initial release.
2014-01-06   v0.1.1    Fixes positioning of pilcrows.
                        If a title exists, display it instead of the filename.

---
_Source: https://npm.io/package/docco-xt · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
