PyMetrics icon indicating copy to clipboard operation
PyMetrics copied to clipboard

how can I get a directory's statistics?

Open xiangzhuyuan opened this issue 12 years ago • 1 comments

e.g. I want to get my application named 'demo'. I get into that directory, how can I do? thanks

xiangzhuyuan avatar Dec 05 '13 04:12 xiangzhuyuan

If you're using Linux you can do something like:

$ find . -name *.py -print > pymetrics_files.txt

$ pymetrics -f pymetrics_files.txt

pydatk avatar Aug 13 '16 12:08 pydatk