asciidocdoctor
v0.0.7
Published
Utility tool for AsciiDoc files
Readme
AsciiDocDoctor
Utility tool for AsciiDoc files.
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 asciidocdoctorOr install it globally:
$ npm install -g asciidocdoctorNow you can run it like this:
$ asciidocdoctorFlags
| Flags | Description |
|------------------|-------------------------------------------------------------------------------------------------------|
| --all | Run all checks. Defaults to true of no other options have been given. |
| --validate-links | Validates that the links defined in the AsciiDoc file exist on the file system. |
