| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| bin/ | 25-Sep-2023 | - | 10 | 5 | ||
| data/reference/ | 25-Sep-2023 | - | 290 | 211 | ||
| lib/ | 25-Sep-2023 | - | 480 | 437 | ||
| LICENSE | D | 24-Sep-2023 | 1.1 KiB | 23 | 17 | |
| README.md | D | 24-Sep-2023 | 575 | 13 | 7 | |
| package.json | D | 24-Sep-2023 | 1.5 KiB | 72 | 71 |
README.md
1# Asciidoctor.js CLI 2 3[](https://github.com/asciidoctor/asciidoctor-cli.js/actions/workflows/build.yml) 4[](https://www.npmjs.org/package/@asciidoctor/cli) 5 6The Command Line Interface (CLI) for Asciidoctor.js. 7 8Install Asciidoctor.js globally, and you'll have access to the `asciidoctor` command anywhere on your system: 9 10 $ npm i -g asciidoctor 11 12Type `asciidoctor --help` for more information. 13