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.
- Host: GitHub
- URL: https://github.com/marcobuster/cloc
- Owner: MarcoBuster
- License: mit
- Created: 2017-03-19T17:43:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T18:23:17.000Z (over 8 years ago)
- Last Synced: 2025-02-07T11:24:08.728Z (8 months ago)
- Topics: cloc, github, tool, tools
- Language: Python
- Homepage: https://git.marcoaceti.it
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Count Lines Of Code (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

```
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

```
... and the result is: ## 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)).