MattCheely / elm-app-gen

A tool for generating Elm applications
Other
24 stars 4 forks source link

Generated elm.json is out of date. #3

Closed MattCheely closed 5 years ago

MattCheely commented 5 years ago

Instead of using a template, we should run elm init after scaffolding the app so that the latest versions of core dependencies are used.

MattCheely commented 5 years ago

I thought about this one some more, and I think running elm init during project generation is a bad idea. There's a risk that users could end up with some dependencies that are incompatible with the generated project, due to upgrades since we created the app template. Better to just work at keeping the elm.json template up-to-date.