clang-tools-prebuilt

0.1.4 • Public • Published

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.

Package Sidebar

Install

npm i clang-tools-prebuilt

Weekly Downloads

204

Version

0.1.4

License

MIT

Last publish

Collaborators

  • hokein