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
- Host: GitHub
- URL: https://github.com/emsk/go-romajify
- Owner: emsk
- License: mit
- Created: 2016-07-30T09:46:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T10:43:46.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T06:15:29.170Z (5 months ago)
- Topics: cli, go, golang, japanese, romaji
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)