agu-z / elmy

Native apps with elm experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elmy

Write native apps with elm. Very experimental.

See example.

This project uses git hooks. Make sure to set them up before commiting:

First check your git version:

$ git --version

If your git version is >= 2.9 do:

$ git config core.hooksPath .githooks

otherwise do:

$ find .git/hooks -type l -exec rm {} \; && find .githooks -type f -exec ln -sf ../../{} .git/hooks/ \;

About

Native apps with elm experiment

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 51.7%Language:Swift 32.8%Language:Kotlin 12.1%Language:Shell 2.8%Language:Makefile 0.5%