This tool counts the number of files in a directory and generates a table with output for the number of files and number of lines per file.
Important
This tool ignores the .git
directory by default.
dotnet tool install --global cosmicworks
filecounter --path "<path-to-target-directory>"
Description | |
---|---|
--path |
The path to the directory to search for files |