Counts lines of code, fast.
Using cargo
:
sh
cargo install lines-cli
``` $ lines -h Counts lines of code, fast.
Usage: lines [OPTIONS] [PATH]
Arguments: [PATH] Directory or file to scan [default: .]
Options:
-o, --output
Using lines
in this repo outputs:
``` Language | Files | Lines ----------+-------+------- Rust | 4 | 608 Markdown | 1 | 47 TOML | 1 | 36
Total | 6 | 691 ```
lines is released with the MIT license. Please see the LICENSE file for more details.