Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maveonair/hotspot

Shows you the hotspots of your code base
https://github.com/maveonair/hotspot

Last synced: 27 days ago
JSON representation

Shows you the hotspots of your code base

Awesome Lists containing this project

README

        

# Hotspot

Hotspot shows you the hotspots of your code base by reading the churn rate from
the git history and the lines of code for each file.

## Requirements
A working GO environment: https://golang.org/doc/code.html#GOPATH

## Install

```
$ git clone [email protected]:maveonair/hostpot.git
$ go install
```

## Usage

CSV output:

```
$ cd your-git-project
$ hotspot
```

or

```
$ cd your-git-project
$ hotspot -format=csv`
```

JSON output:

```
$ cd your-git-project
$ hotspot -format=json
```