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