Given a directory, calculate the following metrics for the contents:
- lines of code (various ways of counting)
- mean and std dev for line length and file length
- empty line count
Filter based on a regular expression and only include matches in the output.
Given a directory, calculate the following metrics for the contents:
Filter based on a regular expression and only include matches in the output.