@capgemtest/asciidoc-link-checker

0.0.3 • Public • Published

Asciidoc-link-checker

Tool to check each link of each asciidoc inside a wiki of a gitHub repository

How to use

  1. Clone this repository into a local folder on your computer

  2. Open the console and move to that folder

  3. Install the dependencies:

    nmp install

  4. Clone the wiki you want to check links:

    git clone https://github.com/my-repository/my-repository.wiki.git

  5. Start the checkout:

    $ linkchecker ./my-repository.wiki/

The tool will check each link of each asciidoc inside the wiki searching those links that are wrong

Output

When the check is done, you will see on your console the links that didn't work and an exit code

If all links are correct you will see: 'exit code 0'

Otherwise you will see: 'exit code 1'

Readme

Keywords

Package Sidebar

Install

npm i @capgemtest/asciidoc-link-checker

Weekly Downloads

3

Version

0.0.3

License

Apache-2.0

Last publish

Collaborators

  • salfuve