codestats 0.6.0

A CLI tool for analyzing code statistics across different programming languages
1
2
3
4
5
# expect: total=5 code=2 comment=2 blank=1 shebang=0
# simple python fixture
print("hi")

x = 1 + 2