git-repo-contribution-graph
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const { execSync } = require("child_process") | ||
@@ -2,0 +4,0 @@ const fs = require("fs") |
{ | ||
"name": "git-repo-contribution-graph", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get the contribution graph of a github repository. Run npx git-repo-contribution-graph from your git repository.", | ||
@@ -15,4 +15,5 @@ "keywords": [ | ||
"main": "index.js", | ||
"bin": "index.js", | ||
"license": "MIT", | ||
"private": false | ||
} |
@@ -28,7 +28,7 @@ # Git Repo Contribution Graph | ||
``` | ||
Bill: 299 (2.05%) | ## | ||
Sam: 3282 (22.54%) | ################## | ||
George: 2071 (14.22%) | ############ | ||
Elon: 8898 (61.11%) | ################################################## | ||
Jeff: 1 (0.01%) | | ||
George: 299 (2.05%) | ## | ||
Sam: 3282 (22.54%) | ################## | ||
Mark: 2071 (14.22%) | ############ | ||
Elon: 8898 (61.11%) | ################################################## | ||
Tim: 1 (0.01%) | | ||
``` |
4240
74