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

https://github.com/yano3nora/rubylize

A CLI tool that append ruby ​​to kanji characters from passed stdin.
https://github.com/yano3nora/rubylize

cli deno japanese typescript

Last synced: 5 months ago
JSON representation

A CLI tool that append ruby ​​to kanji characters from passed stdin.

Awesome Lists containing this project

README

          

rubylize
===
> https://deno.land/x/rubylize

![](https://repository-images.githubusercontent.com/791747833/f35bd682-6564-45f0-9567-3fc9b238fa3f)

## Installation & Update
```sh
$ deno install -r -f -n rubylize -A https://deno.land/x/rubylize/main.ts
```

## Usage
```sh
$ echo 'こんにちは、世界。' | rubylize -
# こんにちは、世界せかい。

$ cat messages.json | rubylize > messages.ruby.json
```

## Thanks
- https://deno.com
- https://github.com/azu/kuromojin