3 releases (breaking)

0.3.0 Apr 24, 2021
0.2.0 Apr 9, 2020
0.1.0 Apr 6, 2020

#103 in #link

MIT license

14KB
111 lines

lc

Overview

Actions Status crate-name at crates.io

Markdown link checker

Installation

Pre-compiled executables

Get them here

using homebrew

brew install k-nasa/tap/lc

using cargo

Currently it cannot be built with the stable version.

cargo install lc

Example

lc README.md src/

=== Verify "README.md" ===
Ok https://github.com/k-nasa/lc/workflows/CI/badge.svg
Ok https://github.com/k-nasa/lc/actions
Ok https://img.shields.io/crates/v/lc.svg
Err  https://crates.io/crates/lc -> status code 403 Forbidden
Ok https://github.com/k-nasa/lc/releases
Ok http://github.com/k-nasa/lc
Ok https://github.com/k-nasa/lc/blob/master/LICENSE
Ok https://github.com/k-nasa
Ok https://k-nasa.me

=== Verify "src/main.rs" ===
Ok https://github.com/k-nasa/lc/workflows/CI/badge.svg
Ok https://github.com/k-nasa/lc/actions
Ok https://img.shields.io/crates/v/lc.svg
Err  https://crates.io/crates/lc -> status code 403 Forbidden
Ok https://github.com/k-nasa/lc/workflows/CI/badge.svg
Ok https://github.com/k-nasa/lc/actions
Ok https://img.shields.io/crates/v/lc.svg
Err  https://crates.io/crates/lc -> status code 403 Forbidden

Contribution

  1. Fork it ( http://github.com/k-nasa/lc)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

MIT

Author

k-nasa

my website

Dependencies

~9–14MB
~273K SLoC