Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@antora/cli
Advanced tools
The command line interface (CLI) for Antora.
Antora is a modular static site generator designed for creating documentation sites from AsciiDoc documents. Its site generator pipeline aggregates documents from versioned content repositories and processes them using Asciidoctor.
To run Antora, you need both the CLI and a site generator pipeline.
Once these packages are installed, you can use the antora
command to generate your site.
Let's start by installing the CLI.
npm install -g @antora/cli
This package adds the antora
command to your PATH.
You can check by running:
antora -v
Next, install a site generator. The default site generator will be sufficient for most users.
npm install -g @antora/site-generator-default
The antora
command (specifically the implicit generate
subcommand) will look for this package by default.
To run Antora, you'll need a playbook file and at least one content (source) repository. Consult the evaluation quickstart to find an example.
Once you have your content sources set up, just point the antora
command at your playbook file:
antora docs-site.yml
The antora
command will output the generated site to the build/site folder by default.
Copyright (C) 2017-2018 OpenDevise Inc. and the Antora Project.
Use of this software is granted under the terms of the Mozilla Public License Version 2.0 (MPL-2.0).
FAQs
The command line interface for Antora.
The npm package @antora/cli receives a total of 24,832 weekly downloads. As such, @antora/cli popularity was classified as popular.
We found that @antora/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.