A simple CLI software that can count the number of lines of codes of a file or a folder
You need a C compiler (gcc/clang ...), Flex, cmake and GNUmake
For Unix systems
git clone https://www.github.com/SiwonP/countloc
cd countloc
mkdir build
cd build
cmake ..
make
./countloc <Path to folder/file>