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
- Host: GitHub
- URL: https://github.com/phimage/cloctotc
- Owner: phimage
- Created: 2019-07-16T08:41:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T20:47:05.000Z (almost 7 years ago)
- Last Synced: 2025-10-19T19:32:08.688Z (8 months ago)
- Language: Swift
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```