zh-converter
Version:
Conversion Simplified Chinese <-> Traditional Chinese.
38 lines (25 loc) • 1.33 kB
Markdown
# zh-converter
[](LICENSE) [](https://www.npmjs.com/package/zh-converter) [](https://gitlab.com/a26007565/zh-converter/pipelines) [](https://a26007565.gitlab.io/zh-converter/) [](https://bettercodehub.com/)
## About
對檔案進行簡轉繁,繁轉簡
Conversion Simplified Chinese <-> Traditional Chinese.
## Install
```bash
npm install -g zh-converter
```
## Usage
```bash
Usage: zh-converter [options]
Options:
-V, --version output the version number
-t, --traditional Convert to traditional chinese.
-s, --simplified Convert to simplified chinese.
-p, --path [PATH] Set path.
-e, --extname [type] filter extension name, ex. .json .txt (default: )
-h, --help output usage information
```
## Changelog
See [Changelog](CHANGELOG.md) for more detail
## Related
- [chinese-conv][chinese-conv]
[chinese-conv]: https://github.com/Pleasurazy/chinese-conv