Metadata-Version: 2.1
Name: clang-tools
Version: 0.0.1
Summary: Install clang-tools (clang-format, clang-tidy) with pip
Author: Peter Shen
Author-email: xianpeng.shen@gmail.com
License: MIT License
Project-URL: Source, https://github.com/shenxianpeng/clang-tools-pip
Project-URL: Tracker, https://github.com/shenxianpeng/clang-tools-pip/issues
Keywords: clang,clang-tools,clang-extra,clang-tidy,clang-format
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE

# clang-tools

[![codecov](https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR)](https://codecov.io/gh/shenxianpeng/clang-tools-pip) [![Python application](https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg)](https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml)

Install clang-tools (clang-format, clang-tidy) with pip.

## Install

### Install `clang-tools` with pip

```bash
sudo pip install clang-tools
```

### Usage

```bash
sudo clang-tools --help
usage: clang-tools [-h] [-i INSTALL]

optional arguments:
  -h, --help            show this help message and exit
  -i INSTALL, --install INSTALL
                        Install clang-tools with specific version. default is 12.
```
For example 

```bash
sudo clang-tools --install 13
```

## TODO

* Modidy `clang-tools` command parameter
