Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaelzhang/git-cloc
Count Lines of Code for Git
https://github.com/kaelzhang/git-cloc
Last synced: 21 days ago
JSON representation
Count Lines of Code for Git
- Host: GitHub
- URL: https://github.com/kaelzhang/git-cloc
- Owner: kaelzhang
- License: other
- Created: 2013-03-03T04:53:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T12:25:45.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T12:32:58.916Z (7 months ago)
- Language: Shell
- Size: 131 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
_______ ___ _______ _______ ___ _______ _______
| || | | | | || | | || |
| ___|| | |_ _| | || | | _ || |
| | __ | | | | | || | | | | || |
| || || | | | | _|| |___ | |_| || _|
| |_| || | | | | |_ | || || |_
|_______||___| |___| |_______||_______||_______||_______|Git-cloc
====
Count lines of code for GITExamples
====Count lines within a specified period inside a git repo
git cloc --after 2013-02-01 --before 2013-03-01
Search all git repos within the current directory
git cloc -r
Show git-cloc manual for more details
git cloc --help
# or
git help clocInstall
====# maybe you need a super user permission to do this
make installUninstall
====
make uninstall