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.
- Host: GitHub
- URL: https://github.com/yano3nora/rubylize
- Owner: yano3nora
- Created: 2024-04-25T09:43:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T03:01:22.000Z (over 1 year ago)
- Last Synced: 2025-07-09T12:49:27.112Z (12 months ago)
- Topics: cli, deno, japanese, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/rubylize
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rubylize
===
> https://deno.land/x/rubylize

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