How many lines of code

I was just curious if any of you guys have any insight into how many lines of code the Mycroft core consists of.

Thank you!

No clue, but clone the repo and run this command should do the trick of counting for you I believe;

git diff --shortstat `git hash-object -t tree /dev/null`

Thanks, I will try it!

I did git ls-files | xargs wc -l 41778 total but actually quite interesting as its really quite low.
A huge amount comes from what I presume is a generated file list from one of the recognition files.
26213 mycroft/client/speech/recognizer/model/en-us/hmm/mdef