Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
/ lines-rs Public archive

🧐 counts total lines of code in a directory

Notifications You must be signed in to change notification settings

2d-archive/lines-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lines

simple cli thingy that counts how many lines of code there are in the supplied file or directory.

note: i barely know rust sooo yeah

Usage

lines [flags] <path>

  • --include-empty whether to include empty lines
  • --include-comments whether lines only consisting of comments should be included
  • --version spits out the current version of lines-rs
Directory

Directory

File

File


melike2d © 2018 - 2021