kana
Toolkit for conversions between kana.
Installation
-
Add the dependency to your
shard.yml
:dependencies: kana: github: tkshnwesper/kana
-
Run
shards install
Usage
require "kana"
Kana.to_katakana("えんぴつ") # エンピツ
Kana.to_hiragana("ワタシ") # わたし
Contributing
- Fork it (https://github.com/tkshnwesper/kana/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- tkshnwesper - creator and maintainer