clang-tools-prebuilt
v0.1.4
Published
Install clang tools prebuilt binaries for the command-line use using npm
Downloads
463
Maintainers
Readme
clang-tools-prebuilt
Install clang tools prebuilt binaries for command-line usage via npm. The module helps you easily install clang tools command for use without compile anything.
Currently, the module provides clang tools in clang-tools-extra:
- clang-apply-replacements
- clang-rename
- clang-tidy
- clang-include-fixer
- find-all-symbols
Installation
Install all clang tools globally:
npm install -g clang-tools-prebuilt
Now you can run clang tools command:
clang-apply-replacements ...
clang-tidy ...
clang-rename ...
clang-include-fixer ...
find-all-symbols ...
About
It supports macOS and Linux.