Package Exports
- cjk-conv-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cjk-conv-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cjk-conv-cli
cli version for cjk-conv ( cn2tw_min, tw2cn_min, cn2tw, tw2cn )https://www.npmjs.com/package/cjk-conv
install
npm install -g cjk-conv-clicli
allow use glob pattern
npx cjk-conv-cli xxxx.txt *.txt
npx cjk-conv-cli xxxx.txt */file*.txt **/doc*.txt --deep
npx cjk-conv-cli xxxx.txt */file*.txt **/doc*.txt --deep 2npx cjk-conv-cli xxxx.txt */file*.txt **/doc*.txt
Options:
  --help              Show help                                        [boolean]
  --version           Show version number                              [boolean]
  --tw2cn             use tw2cn mode                                   [boolean]
  --cwd               The current working directory in which to search. [string]
  --deep              The deep option can be set to true to traverse the entire
                      directory structure, or it can be set to a number to only
                      traverse that many levels deep.
  --file, -f                                               [array] [default: []]
  --createBackup, -b  create a .old backup                             [boolean]
  --createPatch, -p   create a diff .patch file                        [boolean]
  --notMin, -m                                                         [boolean]
  --unSafe, -s                                                         [boolean]