New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

asciidocdoctor

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciidocdoctor

Utility tool for AsciiDoc files

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
0
Created
Source

AsciiDocDoctor

Utility tool for AsciiDoc files.

NPM Version NPM Install Size

AsciiDoc asciidocdoctor logo

How to run

The command will fun all .adoc files recursively starting from where you run it.

Run the following and it will look recursively for .md files starting from the directory you are in.

$ npx asciidocdoctor

Or install it globally:

$ npm install -g asciidocdoctor

Now you can run it like this:

$ asciidocdoctor

Flags

FlagsDescription
--allRun all checks. Defaults to true of no other options have been given.
--validate-linksValidates that the links defined in the AsciiDoc file exist on the file system.

Keywords

AsciiDoc

FAQs

Package last updated on 10 Dec 2024

Did you know?

Socket

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.

Install

Related posts