Counts lines of code, fast.
From within this repository, run the command:
sh
cargo install -f --locked --path .
``` $ lines -h lines 0.2.0 Count lines of code
USAGE: lines [OPTIONS] [PATH]
ARGS:
OPTIONS:
-h, --help Print help information
-o, --output
Using lines
in this repo outputs:
``` Language | Files | Lines ----------+-------+------- Rust | 4 | 611 Markdown | 1 | 49 TOML | 1 | 26
Total | 6 | 686 ```
lines is released with the MIT license. Please see the LICENSE file for more details.