An open API service indexing awesome lists of open source software.

https://github.com/phimage/cloctotc

Convert CLOC result into TeamCity custom stats
https://github.com/phimage/cloctotc

Last synced: 19 days ago
JSON representation

Convert CLOC result into TeamCity custom stats

Awesome Lists containing this project

README

          

# CLOC TO TC

Convert [CLOC](https://github.com/AlDanial/cloc) JSON result to Teamcity custom statistiques

## Usage

### Launch cloc

```
/cloc-1.82.pl output.json
```

### Launch cloctotc

```
/cloctotc output.json > teamcity-info.xml
```

## Install

### Using Homebrew (swiftbrew)

If not already installed yet, install [Swiftbrew](https://github.com/swiftbrew/Swiftbrew) with [Homebrew](https://brew.sh/index_fr)

```
brew install swiftbrew/tap/swiftbrew
```

then type
```
swift brew install phimage/cloctotc
```