|
| 1 | +# Documentation Hub |
| 2 | + |
| 3 | +Welcome to the cpp-linter organization documentation hub. Choose a product below to access its complete documentation. |
| 4 | + |
| 5 | +## Our Solutions |
| 6 | + |
| 7 | +<div class="grid cards" markdown> |
| 8 | + |
| 9 | +- :fontawesome-brands-github: **cpp-linter-action** |
| 10 | + |
| 11 | + --- |
| 12 | + |
| 13 | + GitHub Action for automated C/C++ linting in your workflows |
| 14 | + |
| 15 | + [Learn More](https://cpp-linter.github.io/cpp-linter-action/){ .md-button .md-button--primary } |
| 16 | + |
| 17 | +- :material-git: **cpp-linter-hooks** |
| 18 | + |
| 19 | + --- |
| 20 | + |
| 21 | + Pre-commit hooks for automated C/C++ linting in your local development |
| 22 | + |
| 23 | + [Learn More](https://cpp-linter.github.io/cpp-linter-hooks/){ .md-button .md-button--primary } |
| 24 | + |
| 25 | + |
| 26 | +- :fontawesome-brands-python: **cpp-linter** |
| 27 | + |
| 28 | + --- |
| 29 | + |
| 30 | + Core Python package for C/C++ code analysis and linting behind the scenes |
| 31 | + |
| 32 | + [Learn More](https://cpp-linter.github.io/cpp-linter/){ .md-button .md-button--primary } |
| 33 | + |
| 34 | +- :simple-rust: **cpp-linter-rs** |
| 35 | + |
| 36 | + --- |
| 37 | + |
| 38 | + High-performance Rust implementation of cpp-linter |
| 39 | + |
| 40 | + [Learn More](https://cpp-linter.github.io/cpp-linter-rs/){ .md-button .md-button--primary } |
| 41 | + |
| 42 | + |
| 43 | +</div> |
| 44 | + |
| 45 | +## Clang Tools Distribution |
| 46 | + |
| 47 | +<div class="grid cards" markdown> |
| 48 | + |
| 49 | +- :fontawesome-brands-python: **clang-tools-pip** |
| 50 | + |
| 51 | + --- |
| 52 | + |
| 53 | + Easy installation of clang tools static binaries via pip |
| 54 | + |
| 55 | + [Learn More](https://cpp-linter.github.io/clang-tools-pip/){ .md-button .md-button--primary } |
| 56 | + |
| 57 | + |
| 58 | +- :fontawesome-brands-docker: **clang-tools-docker** |
| 59 | + |
| 60 | + --- |
| 61 | + |
| 62 | + Easy installation of clang tools via Docker images |
| 63 | + |
| 64 | + [Learn More](https://github.com/cpp-linter/clang-tools-docker){ .md-button .md-button--primary } |
| 65 | + |
| 66 | + |
| 67 | +- :fontawesome-brands-python: **clang-tools-wheels** |
| 68 | + |
| 69 | + --- |
| 70 | + |
| 71 | + Easy installation of clang tools Python wheels via pip |
| 72 | + |
| 73 | + [Learn More](https://github.com/cpp-linter/clang-tools-wheels){ .md-button .md-button--primary } |
| 74 | + |
| 75 | +</div> |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | +## Easy Installation |
| 80 | + |
| 81 | +<div class="grid cards" markdown> |
| 82 | + |
| 83 | +- :fontawesome-brands-python: **clang-tools-pip** |
| 84 | + |
| 85 | + --- |
| 86 | + |
| 87 | + Easy installation of clang tools static binaries via pip |
| 88 | + |
| 89 | + [Learn More](https://cpp-linter.github.io/clang-tools-pip/){ .md-button .md-button--primary } |
| 90 | + |
| 91 | +- :fontawesome-brands-python: **clang-tools-asdf** |
| 92 | + |
| 93 | + --- |
| 94 | + |
| 95 | + Easy installation of clang tools static binaries via asdf |
| 96 | + |
| 97 | + [Learn More](https://github.com/cpp-linter/asdf-clang-tools){ .md-button .md-button--primary } |
| 98 | + |
| 99 | +</div> |
0 commit comments