PurpleTrainElm icon indicating copy to clipboard operation
PurpleTrainElm copied to clipboard

Use elm-proper-install

Open jsteiner opened this issue 8 years ago • 3 comments

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

jsteiner avatar Feb 24 '17 15:02 jsteiner

Neat!

iancanderson avatar Feb 24 '17 16:02 iancanderson

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

iancanderson avatar Mar 05 '17 16:03 iancanderson

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

iancanderson avatar Mar 10 '17 14:03 iancanderson