カタカナ => ローマ字 変換
iex(1)> KanaRoman.to_roman("ヌコスケ")
{:ok, "nukosuke"}
If available in Hex, the package can be installed
by adding kana_roman
to your list of dependencies in mix.exs
:
def deps do
[
{:kana_roman, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kana_roman.
MIT License See the file LICENSE