lines-tally

Crates.iolines-tally
lib.rslines-tally
version0.1.1
sourcesrc
created_at2023-10-19 06:22:07.394989
updated_at2023-10-20 04:42:02.796804
descriptionSimple command line tool to get the number of lines of code within a directory
homepagehttps://github.com/27Saumya/lines-tally
repositoryhttps://github.com/27Saumya/lines-tally
max_upload_size
id1007521
size20,990
Saumya (27Saumya)

documentation

README

Lines Tally

demo

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
Commit count: 15

cargo fmt