tasuki/elm-punycode - version: 1.1.1

for more information visit the package's GitHub page

Package contains the following modules:

A Punycode decoder for Elm

Punycode is a Unicode encoding used for internationalized domain names.

So far we have a decoder - if you'd like an encoder, please open an issue!

Install

elm install tasuki/elm-punycode

Use

See the module documentation for info on usage.

Develop

CI

Run tests locally with:

elm-test

Release

Make changes, then:

elm bump
git commit
git tag {version}
git push --tags
elm release