An open API service indexing awesome lists of open source software.

https://github.com/guonaihong/comments

主要用于把readme.md里面的中文转成英文
https://github.com/guonaihong/comments

Last synced: about 2 months ago
JSON representation

主要用于把readme.md里面的中文转成英文

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
```