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

https://github.com/emsk/go-romajify

Pure Go implementation of the romajify - https://github.com/emsk/romajify
https://github.com/emsk/go-romajify

cli go golang japanese romaji

Last synced: 3 months ago
JSON representation

Pure Go implementation of the romajify - https://github.com/emsk/romajify

Awesome Lists containing this project

README

        

# go-romajify

Pure Go implementation of the [romajify](https://github.com/emsk/romajify)

## Installation

1. [Download the zip file](../../releases)
2. Extract it
3. Put the binary file to the directory you want
4. Add the directory to the PATH environment variable

## Usage

```sh
$ go-romajify hepburn すし
sushi
```

Run `go-romajify -h` for more details.

## License

[MIT](LICENSE)