0.0.7 • Published 8 months ago

asciidocdoctor v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

AsciiDocDoctor

Utility tool for AsciiDoc files.

NPM Version NPM Install Size


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.
0.0.7

8 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago