Crates.io | lines-tally |
lib.rs | lines-tally |
version | 0.1.1 |
source | src |
created_at | 2023-10-19 06:22:07.394989 |
updated_at | 2023-10-20 04:42:02.796804 |
description | Simple command line tool to get the number of lines of code within a directory |
homepage | https://github.com/27Saumya/lines-tally |
repository | https://github.com/27Saumya/lines-tally |
max_upload_size | |
id | 1007521 |
size | 20,990 |
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!
cargo install lines-tally
git clone https://github.com/27Saumya/lines-tally.git
cd lines-tally
cargo install --path .
lines-tally