Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zys8119/code-calc
代码行数统计
https://github.com/zys8119/code-calc
Last synced: 10 days ago
JSON representation
代码行数统计
- Host: GitHub
- URL: https://github.com/zys8119/code-calc
- Owner: zys8119
- Created: 2024-03-11T08:50:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T02:02:03.000Z (8 months ago)
- Last Synced: 2024-03-22T02:48:59.988Z (8 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 代码行数统计
> 代码行数统计,本脚本依赖ts-node,如果运行错误,请先需要安装ts-node
## 使用
```shell
codelng
``````shell
Usage: codelng [global options] commandOptions:
-c, --cwd 当前工作目录 (default: "/cwd")
-f, --files 工作目录 (default: "!(node_modules|.git|.idea|.DS_Store|dist|build|unit_test)/**/**")
-v, --versions 版本信息
-h, --help display help for command```