https://github.com/jhen0409/filecc
目錄底下檔案中文轉換,使用 OpenCC
https://github.com/jhen0409/filecc
Last synced: 4 months ago
JSON representation
目錄底下檔案中文轉換,使用 OpenCC
- Host: GitHub
- URL: https://github.com/jhen0409/filecc
- Owner: jhen0409
- License: mit
- Created: 2015-02-06T07:51:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T05:39:47.000Z (over 10 years ago)
- Last Synced: 2025-06-12T14:06:10.098Z (4 months ago)
- Language: LiveScript
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filecc
[](https://www.npmjs.com/package/filecc)目錄底下檔案中文轉換,使用 [OpenCC](https://www.npmjs.com/package/opencc)
### Installation
```
$ npm install -g filecc
```### Usage
```
$ filecc [options] [-p directory_path]Options:
-p, --path Load a directory [required]
-o, --overwrite Overwirte file
(no set: copy to filecc-out directory)
-c, --config OpenCC config file, default: s2t.json
```你可以設置叫作 fileccignore 的檔案在轉換目錄底下,此檔案的寫法可以參考 .gitignore,它可以用來 ignore 特定的檔案,而不作轉換。
### LICENSE
MIT