Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maveonair/hotspot
- Owner: maveonair
- Created: 2015-10-10T10:08:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T19:50:48.000Z (about 9 years ago)
- Last Synced: 2023-03-30T20:43:29.561Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 0
- 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
```