DEV Community

Phan Hieu Nguyen
Phan Hieu Nguyen

Posted on

My first CLI

Summary

This CLI is useful for checking healthy links in HTML files
The repo can be found here https://github.com/HenryZerocool/henz-cli

Usage

Basic usage:
henzcli {path to HTML file} {another file}

Features

Support colored output. Good links are green, bad links are red, broken links are gray.
Support help if you only type cli name henzcli
Support version info if you type henzcli version
Support multiple files as arguments

Example

I included 2 HTML test files in the repo.
If I type this henzcli index.html index2.html
The result will look like this
Alt Text

Top comments (0)