version | 1.0.0 |
license | BSD3 |
native-modules | False |
elm-version | 0.17.1 <= v < 0.18.0 |
Tag | 1.0.0 |
Committed At | 2016-09-19 23:09:02 UTC |
Romkan is a library to convert between Japanese Romaji and Kana.
This is an Elm port of the Haskell port of the Python port of Ruby/Romkan.
$ elm package install spect88/romkan-hs
import Romkan
Romkan.toHiragana "kekkou" -- => "けっこう" : String
To run the tests:
$ npm install elm-test -g
$ elm test
To test documentation:
$ elm make --docs=documentation.json
Then upload generated documentation.json
file to
documentation preview.