Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zys8119/code-calc

代码行数统计
https://github.com/zys8119/code-calc

Last synced: 10 days ago
JSON representation

代码行数统计

Awesome Lists containing this project

README

        

# 代码行数统计

> 代码行数统计,本脚本依赖ts-node,如果运行错误,请先需要安装ts-node

## 使用

```shell
codelng
```

```shell
Usage: codelng [global options] command

Options:
-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

```