https://github.com/guonaihong/comments
主要用于把readme.md里面的中文转成英文
https://github.com/guonaihong/comments
Last synced: about 2 months ago
JSON representation
主要用于把readme.md里面的中文转成英文
- Host: GitHub
- URL: https://github.com/guonaihong/comments
- Owner: guonaihong
- License: apache-2.0
- Created: 2019-12-10T14:00:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T13:20:51.000Z (over 5 years ago)
- Last Synced: 2025-01-30T21:55:03.452Z (4 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## comments
comments 主要用于把readme.md里面的中文转成英文## usage
```console
Usage of ./comments:
-in string
(must)input file
-out string
(must)output file
-overwrite
(must)Can overwrite files
```## example
```bash
go build comments
./comments -in README.md -out README_EN.md -overwrite
```