/CLOC

WIP - Count Lines Of Code from GitHub easily.

Primary LanguagePythonMIT LicenseMIT

Count Lines Of Code (CLOC) Lines of code

With this little script you can count the lines of code in your GitHub repository and add a little badge in README

How to integrate CLOC in your README

Insert this in your README, after the title:

![Lines of code](https://git.marcoaceti.it/USERNAME/REPOSITORY)

Where username it's your GitHub username and repository it's your GitHub repository.

For example, for add the counter in this repository (github.com/MarcoBuster/CLOC) you must write:

![Lines of code](https://git.marcoaceti.it/MarcoBuster/CLOC)

... and the result is: Lines of code

Credits and license

Developer of this project is Marco Aceti. All code is relased under MIT License.

This software is relased "as is", without warranty of any kind.

All credits for counter software to cloc (license).