Check for broken links in markdown files.
Not ready yet. Still in development.
Planned features till a stable release (v1.*):
Planned for the future:
To install a version of mlc go to the gitlab releases page and download the binaries.
Or use rust's package manager cargo to install mlc:
bash
cargo install mlc
Once you have mlc installed it canned just be called from the commandline:
bash
mlc
Another example would be to call mlc on a certain dir/file:
bash
mlc ./docs
Checkout the changelog file to see the changes between different versions.
All contributions and comments welcome! Open an issue or create a Pull Request whenever you find a bug or have an idea to improve this crate.
This project is licensed under the MIT License - see the LICENSE file for details.