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