🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

clang-tools-prebuilt

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clang-tools-prebuilt

Install clang tools prebuilt binaries for the command-line use using npm

0.1.4
latest
Version published
Weekly downloads
133
-19.88%
Maintainers
1
Weekly downloads
 
Created

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.

FAQs

Package last updated on 18 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts