for more information visit the package's GitHub page
Package contains the following modules:
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!
elm install tasuki/elm-punycode
See the module documentation for info on usage.
Run tests locally with:
elm-test
Make changes, then:
elm bump
git commit
git tag {version}
git push --tags
elm release