/ghcloc

Count the lines of code in a GitHub repository

Primary LanguageGo

ghcloc

ghcloc - GitHub Count Lines of Code

ghcloc is a command-line tool for measuring the number of lines of code in a Github repository.

Usage

$ go get github.com/unixpickle/ghcloc
$ go install github.com/unixpickle/ghcloc
$ ghcloc some_user/some_repo
Github username: someusername
Github password: ...
Counting...
Total line counts:
    Markdown 1
        JSON 7
CoffeeScript 144
        HTML 16
  JavaScript 29
...