2 releases
0.1.1 | Oct 20, 2023 |
---|---|
0.1.0 | Oct 19, 2023 |
#390 in Command-line interface
7KB
71 lines
Lines Tally
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)
cargo install lines-tally
From source
git clone https://github.com/27Saumya/lines-tally.git
cd lines-tally
cargo install --path .
Usage
lines-tally
Dependencies
~5–14MB
~155K SLoC