https://github.com/bugzmanov/pen-size-clojure
Leaderboard of contributers in a github branch (calculates "still active" contibutions)
https://github.com/bugzmanov/pen-size-clojure
Last synced: 18 days ago
JSON representation
Leaderboard of contributers in a github branch (calculates "still active" contibutions)
- Host: GitHub
- URL: https://github.com/bugzmanov/pen-size-clojure
- Owner: bugzmanov
- Created: 2015-02-18T20:49:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T22:16:41.000Z (about 11 years ago)
- Last Synced: 2025-12-31T12:28:22.010Z (5 months ago)
- Language: Clojure
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pen-size-clojure
Just a simple clojure project that calculates "lines of code" per contributor. I'm using it mostly to understand how many lines of code produced by original project contributors are stil active in master )
Usage
```
git clone https://github.com/bugzmanov/pen-size-clojure.git
cd pen-size-clojure
lein uberjar
java -jar target/pen-size-1.0.0-standalone.jar https://github.com//.git [branch_name]
```
Example of output for apache/storm.git repository:
```
java -jar target/pen-size-1.0.0-standalone.jar https://github.com/apache/storm.git master
```

Can work with local repositories as well
```
java -jar target/pen-size-1.0.0-standalone.jar /Users/akakiy/projects/some_repo
```