UNPKG

zh-converter

Version:

Conversion Simplified Chinese <-> Traditional Chinese.

38 lines (25 loc) 1.33 kB
# zh-converter [![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![npm (scoped)](https://img.shields.io/npm/v/zh-converter.svg)](https://www.npmjs.com/package/zh-converter) [![pipeline status](https://gitlab.com/a26007565/zh-converter/badges/master/pipeline.svg)](https://gitlab.com/a26007565/zh-converter/pipelines) [![coverage report](https://gitlab.com/a26007565/zh-converter/badges/master/coverage.svg)](https://a26007565.gitlab.io/zh-converter/) [![BCH compliance](https://bettercodehub.com/edge/badge/a26007565/zh-converter?branch=master)](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