0.1.4 • Published 7 years ago

clang-tools-prebuilt v0.1.4

Weekly downloads
5,681
License
MIT
Repository
github
Last release
7 years ago

clang-tools-prebuilt

Build Status

NPM

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:

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.