diff --git a/bin/git-stats b/bin/git-stats new file mode 100755 index 0000000..41de4b4 --- /dev/null +++ b/bin/git-stats @@ -0,0 +1,2 @@ +#!/usr/bin/env node + diff --git a/package.json b/package.json index 589a871..11d32ca 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0-alpha", "description": "A GitHub-like contributions calendar, but locally, with all your git commits.", "main": "index.js", + "bin": "./bin/git-stats", "scripts": { "test": "node test" },