https://github.com/maveonair/hotspot
Shows you the hotspots of your code base
https://github.com/maveonair/hotspot
Last synced: 4 months ago
JSON representation
Shows you the hotspots of your code base
- Host: GitHub
- URL: https://github.com/maveonair/hotspot
- Owner: maveonair
- Created: 2015-10-10T10:08:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T19:50:48.000Z (over 9 years ago)
- Last Synced: 2025-03-15T08:36:31.021Z (4 months ago)
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```