### Overview This is a blazing fast ⚡, command line tool that calculates the number of lines of code in a specific directory While there is an option to view the number of lines of code in most IDEs, but is usually limited to just one file, if you're curious about the number of lines you've coded for any of your projects, this tool you is for you! This is one of my first Rust projects, and I thought a CLI tool would be great to start with! ### Installation #### Using Cargo-Crates.io (Recommended) ```bash cargo install lines-tally ``` #### From source ```bash git clone https://github.com/27Saumya/lines-tally.git cd lines-tally cargo install --path . ``` ### Usage ```bash lines-tally ```