#command-line-tool #command-line #code #cli

app lines-tally

Simple command line tool to get the number of lines of code within a directory

2 releases

0.1.1 Oct 20, 2023
0.1.0 Oct 19, 2023

#307 in Command-line interface

35 downloads per month

MIT license

7KB
71 lines

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

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

~4–13MB
~156K SLoC