Skip to content

Elixir で日本語常用漢字を扱うためのライブラリ (Japanese Kanji library for Elixir)

License

Notifications You must be signed in to change notification settings

shocohq/ex_kanji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanji

CI hex.pm MIT License

Elixir で日本語常用漢字を扱うためのライブラリ (Japanese Kanji library for Elixir)

Usage

iex(1)> Kanji.kanji?(?漢)
true

iex(2)> Kanji.kanji?(?あ)
false

iex(3)> Kanji.kanji?(?A)
false

Installation

If available in Hex, the package can be installed by adding kanji to your list of dependencies in mix.exs:

def deps do
  [
    {:kanji, "~> 0.0.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kanji.

About

Elixir で日本語常用漢字を扱うためのライブラリ (Japanese Kanji library for Elixir)

Topics

Resources

License

Stars

Watchers

Forks

Languages