Skip to content

spect88/romkan-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romkan-elm

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.

Usage

$ elm package install spect88/romkan-hs
import Romkan

Romkan.toHiragana "kekkou" -- => "けっこう" : String

Development

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.

About

Elm library for conversion between Romaji and Kana

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages