An open API service indexing awesome lists of open source software.

https://github.com/marcobuster/cloc

WIP - Count Lines Of Code from GitHub easily.
https://github.com/marcobuster/cloc

cloc github tool tools

Last synced: 6 months ago
JSON representation

WIP - Count Lines Of Code from GitHub easily.

Awesome Lists containing this project

README

          

# Count Lines Of Code (CLOC) ![Lines of code](https://git.marcoaceti.it/MarcoBuster/CLOC)
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:
```markdown
![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:
```markdown
![Lines of code](https://git.marcoaceti.it/MarcoBuster/CLOC)
```
... and the result is: ![Lines of code](https://git.marcoaceti.it/MarcoBuster/CLOC)

## Credits and license
Developer of this project is [Marco Aceti](https://github.com/MarcoBuster).
All code is relased under [MIT License](https://github.com/MarcoBuster/CLOC/blob/master/LICENSE).

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

All credits for counter software to [cloc](http://cloc.sourceforge.net/) ([license](http://cloc.sourceforge.net/#License)).