Count is a lightweight CLI tool to count the number of lines of code in a given directory or file! Made in Rust.
count <file/directory path> [--ignore filepath_to_ignore] [--suffix suffix_to_filter_by] [--help] [--num-only]Ensure you have Curl installed.
curl -sSL https://raw.githubusercontent.com/WhyNaught/count/main/count/build/install.sh | bashAfterwards, run:
chmod +x /usr/local/bin/countirm https://raw.githubusercontent.com/WhyNaught/count/main/count/build/install.ps1 | iexFirst, restart your terminal. Then, run the following command to verify if the installation was successful:
count --helpIf you receive instructions on how to use the command, the install was successful!
If the 'count' command doesn't work, add it to your system's file path, then restart your terminal and try again.