+Counts lines of code recursively in a directory, only works on windows and linux, it cannot be configured to count a file, only directories. Also it will not count lines that are empty or only have spaces. You can configure it to show the lines of code in individual files with the -s option, and you can configure it to only count files with certain extensions with -ext option and listing the extension names after it, without the dot. Note that all args after -ext are considered to be file extensions so it -s and the directory name shall go before it.
0 commit comments