A tool that helps analyze your codebase, make it self-talk!
Please make sure you have installed Go 1.18+.
go install github.com/92hackers/codetalks/cmd/codetalks@latest
cd /path/to/your/project
# Analyze whole codebase
codetalks
# Also, you can analyze a specific directory
codetalks ./path/to/your/project
Alias: cloc
means count number of lines of code, comments and blanks
.
- Show
cloc
info grouped by language in the project. - Show
cloc
info of every directory and it's subdirectories. - Sort files or directories by
cloc
info, such as setlines of code
as the sort criteria. - Blazing fast analyzing.
- Show
cloc
info of every file in the project. - Show
cloc
info of every file in the directory and it's subdirectories. - Deep analysis on Golang codebase. (Currently only Golang codebase is supported.)