9 个版本
0.3.12 | 2024年7月23日 |
---|---|
0.3.11 | 2024年4月21日 |
0.3.10 | 2023年11月5日 |
0.3.6 | 2023年6月12日 |
0.3.1 | 2022年6月30日 |
#483 在 命令行工具
每月136次下载
22KB
460 代码行
代码
快速统计代码行数。
安装
使用 cargo
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 <FORMAT> Output format ("table" or "json") [default: table]
-t, --timing Show timing information
-h, --help Print help
-V, --version Print version
在此仓库中使用 lines
输出
Language | Files | Lines
----------+-------+-------
Rust | 4 | 600
Markdown | 1 | 47
TOML | 1 | 36
---------- ------- -------
Total | 6 | 683
许可证
lines 以 MIT 许可证发布。请参阅 LICENSE 文件以获取更多详细信息。
依赖项
~9–18MB
~260K SLoC