Skip to content

🈂️ カタカナ => ローマ字 変換ライブラリ for Elixir

License

Notifications You must be signed in to change notification settings

nukosuke/ex_kana_roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KanaRoman

hex.pm CI MIT License

カタカナ => ローマ字 変換

Usage

iex(1)> KanaRoman.to_roman("ヌコスケ")
{:ok, "nukosuke"}

Installation

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.

License

MIT License See the file LICENSE