Counts lines of code, fast.
Using cargo
:
sh
cargo install lines-cli
``` $ lines -h lines-cli 0.3.3 Counts lines of code, fast.
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 | 36
Total | 6 | 696 ```
lines is released with the MIT license. Please see the LICENSE file for more details.