Last Updated: February 25, 2016
·
2.482K
· roxasshadow

Count the number of lines of code contained in one or more repositories hosted on GitHub, Bitbucket, etc.

CodeLines

Count the number of lines of code contained in one or more repositories.

Currently there's just the support to GitHub, but feel free to make new adapters for any hosting website you want.

Install

$ gem install codelines

Example

You can use codelines running the built-in executable or using the gem in a ruby script.

$ codelines --adapter github --profile RoxasShadow --repository codelines

More