Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@antora/cli
Advanced tools
= Antora CLI
The command line interface (CLI) for Antora.
https://antora.org[Antora] is a modular static site generator designed for making documentation sites from AsciiDoc aggregated from versioned content repositories and processed with 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.
== How to Install
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.
== How to Use
To run Antora, you'll need a playbook file and at least one content (source) repository. Consult the https://gitlab.com/antora/antora#readme[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 and License
Copyright (C) 2017-2018 https://opendevise.com[OpenDevise Inc.] and the https://antora.org[Antora Project].
Use of this software is granted under the terms of the https://www.mozilla.org/en-US/MPL/2.0/[Mozilla Public License Version 2.0] (MPL-2.0).
FAQs
The command line interface for Antora.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.