mattludwigs / elm-version-manager

Manage local Elm versions: https://www.npmjs.com/package/elm-version-manager
29 stars 2 forks source link

Supporting elm-format #2

Open scottcorgan opened 7 years ago

scottcorgan commented 7 years ago

Is there planned support to include elm-format? That's the biggest headache between versions.

mattludwigs commented 7 years ago

@scottcorgan that will really nice to have! So I believe we can add that to the pipeline. Currently, since I just released I am trying to get some sense of features that would be good, bugs that I have over looked, and fixing the code... I hacked it in about 6 hours between to evenings so the code is in the "make it work" phase.

With all that said I will definitely be up for supporting elm-format. I am probably going to make a milestone and group a few things into that milestone and this should make that list. However, if there tons of bugs (assuming people use it and report them) I will probably try to address those first.

Thank you for your input, and if you are feeling up to it feel free to make a PR on this or other issues that come up!

markman123 commented 7 years ago

Hey @mattludwigs - loving this package, and happy to help where I can.

I think a good aspiration would be any of the elm-* packages out there: elm-css, elm-live etc. Any ideas on how that would even be implemented?