https://github.com/nukosuke/ex_kana_roman
:sa: カタカナ => ローマ字 変換ライブラリ for Elixir
https://github.com/nukosuke/ex_kana_roman
elixir japanese kana roman
Last synced: about 1 year ago
JSON representation
:sa: カタカナ => ローマ字 変換ライブラリ for Elixir
- Host: GitHub
- URL: https://github.com/nukosuke/ex_kana_roman
- Owner: nukosuke
- License: mit
- Created: 2019-10-23T01:34:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T06:05:15.000Z (over 1 year ago)
- Last Synced: 2025-03-20T06:29:59.278Z (over 1 year ago)
- Topics: elixir, japanese, kana, roman
- Language: Elixir
- Homepage: https://hexdocs.pm/kana_roman/KanaRoman.html
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KanaRoman
[](https://hex.pm/packages/kana_roman)
[](https://github.com/nukosuke/ex_kana_roman/actions/workflows/ci.yml)
[](./LICENSE)
カタカナ => ローマ字 変換
## Usage
```ex
iex(1)> KanaRoman.to_roman("ヌコスケ")
{:ok, "nukosuke"}
```
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `kana_roman` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kana_roman, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/kana_roman](https://hexdocs.pm/kana_roman).
## License
MIT License
See the file [LICENSE](./LICENSE)