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@latestcd /path/to/your/project
# Analyze whole codebase
codetalks
# Also, you can analyze a specific directory
codetalks ./path/to/your/projectAlias: cloc means count number of lines of code, comments and blanks.
- Show
clocinfo grouped by language in the project. - Show
clocinfo of every directory and it's subdirectories. - Sort files or directories by
clocinfo, such as setlines of codeas the sort criteria. - Blazing fast analyzing.
- Show
clocinfo of every file in the project. - Show
clocinfo of every file in the directory and it's subdirectories. - Deep analysis on Golang codebase. (Currently only Golang codebase is supported.)