https://github.com/yumafuu/dezo
Transrate a word betweeen Japanese and English on cli.
https://github.com/yumafuu/dezo
cli gem ruby
Last synced: 8 months ago
JSON representation
Transrate a word betweeen Japanese and English on cli.
- Host: GitHub
- URL: https://github.com/yumafuu/dezo
- Owner: yumafuu
- Archived: true
- Created: 2019-11-18T13:14:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T18:55:10.000Z (over 6 years ago)
- Last Synced: 2025-02-12T07:12:18.823Z (over 1 year ago)
- Topics: cli, gem, ruby
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dezo
Dezo is a cli tool that transrates a word Japanese between English.
## Installation
$ gem install dezo
## Usage
```
$ dezo
```
and then type a word which you wanna transrate.

or
you can write oneline
```
$ dezo word
```
```
$ dezo word1 word2 ...
```
## Depends on
Dezo depends on デ辞蔵Webサービス
- デ辞蔵Webサービス
https://www.est.co.jp/dev/dict/REST
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/YumaFuu/dezo.