agenttix/Count lines of code (CLOC)

Count lines of code using https://github.com/AlDanial/cloc

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathFiles or folders to analyzeno
extract_withThis option is only needed if cloc is unable to figure out how to extract the contents of the input file(s) by itself. Use CMD to extract binary archive files (e.g.: .tar.gz, .zip, .Z). Use the literal ''>FILE<'' as a stand-in for the actual file(s) to be extracted. no
list_fileTake the list of file and/or directory names to process from FILE, which has one file/directory name per line. Only exact matches are counted; relative path names will be resolved starting from the directory where cloc is invoked. See also --exclude-list-file.
by_fileReport results for every source file encountered.nofalse
by_file_by_langReport results for every source file encountered in addition to reporting by language.notrue
exclude_list_fileIgnore files and/or directories whose names appear in FILE. FILE should have one file name per line. Only exact matches are ignored; relative path names will be resolved starting from the directory where cloc is invoked. See also --list-file. no
report_fileWrite the results to FILE instead of standard output.nocloc.txt

no outputs