https://github.com/weiting-tw/zh-converter
Simplified Chinese <-> Traditional Chinese
https://github.com/weiting-tw/zh-converter
chinese conversion convert language simplified simplified-chinese traditional traditional-chinese transform transformer
Last synced: 5 months ago
JSON representation
Simplified Chinese <-> Traditional Chinese
- Host: GitHub
- URL: https://github.com/weiting-tw/zh-converter
- Owner: weiting-tw
- License: mit
- Created: 2018-05-11T02:54:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-19T00:34:41.000Z (7 months ago)
- Last Synced: 2025-11-19T02:26:09.554Z (7 months ago)
- Topics: chinese, conversion, convert, language, simplified, simplified-chinese, traditional, traditional-chinese, transform, transformer
- Language: JavaScript
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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