• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bin/25-Sep-2023-105

data/reference/25-Sep-2023-290211

lib/25-Sep-2023-480437

LICENSED24-Sep-20231.1 KiB2317

README.mdD24-Sep-2023575 137

package.jsonD24-Sep-20231.5 KiB7271

README.md

1# Asciidoctor.js CLI
2
3[![GitHub Actions Status](https://github.com/asciidoctor/asciidoctor-cli.js/actions/workflows/build.yml/badge.svg)](https://github.com/asciidoctor/asciidoctor-cli.js/actions/workflows/build.yml)
4[![npm version](https://img.shields.io/npm/v/@asciidoctor/cli.svg)](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