docs: format the tools into a table [skip ci]

This commit is contained in:
Amin Yahyaabadi 2022-05-24 15:34:34 -07:00
parent cc348dba6b
commit e70583e34a
1 changed files with 10 additions and 25 deletions

View File

@ -14,33 +14,18 @@ The package can be used locally or from CI services like GitHub Actions.
`setup-cpp` can install all of these tools: `setup-cpp` can install all of these tools:
- cmake | category | tools |
- ninja | --------------------- | ------------------------------------------------------------ |
- llvm | compiler and analyzer | llvm, gcc, msvc, vcvarsall, cppcheck, clangtidy, clangformat |
- gcc | build system | cmake, ninja, meson, make, task |
- msvc | package manager | vcpkg, conan, choco, brew |
- vcvarsall | cache | cppcache |
- vcpkg | documentation | doxygen, graphviz |
- meson | coverage | gcovr, opencppcoverage, kcov |
- conan | other | python, sevenzip |
- make
- task
- ccache
- cppcheck
- clangtidy
- clangformat
- doxygen
- gcovr
- opencppcoverage
- kcov
`setup-cpp` can also install the following. These are automatically installed if needed for the above Cpp tools (e.g., python is required for conan).
- python `setup-cpp` automatically installs the dependencies above tools if needed for the selected tool (e.g., `python` is required for `conan`).
- choco
- brew
- sevenzip
- graphviz
# Usage # Usage