PurpleTrainElm
PurpleTrainElm copied to clipboard
Use elm-proper-install
We might be able to use this for elm-native-ui
instead of all the finagling we have to do now. https://github.com/eeue56/elm-proper-install
Neat!
I looked into this. Unfortunately, it doesn't work with elm-native-ui
currently, because it relies on git version tags. We could consider adding tags to thoughtbot/elm-native-ui
to make it work
Going to look into https://github.com/gdotdesign/elm-github-install as well, because it allows you to install things based on commit/branch/tag instead of tag only
WIP branch here using elm-github-install
, but it's not compiling because it's looking for thoughtbot
instead of ohanhi
in the module names: https://github.com/thoughtbot/PurpleTrainElm/compare/ia-elm-github-install