-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# ccc-xlsx-dump | ||
|
||
To install dependencies: | ||
## 安装 | ||
|
||
```bash | ||
bun install | ||
``` | ||
|
||
To run: | ||
## 使用 | ||
|
||
```bash | ||
bun run index.ts | ||
``` | ||
- `bun run index.ts -d/--dump` 导出表格配置 | ||
- `bun run index.ts -e/--extract <bin>` 解析BIN文件 | ||
- `bun run index.ts -m/--merge` 合并所有输出 | ||
- `bun run index.ts -h/--help` 查看帮助 | ||
|
||
This project was created using `bun init` in bun v1.1.34. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |