halfzebra / create-elm-app

🍃 Create Elm apps with zero configuration
MIT License
1.69k stars 147 forks source link

[Feature Request]: Line based mode for `elm-app start` #611

Open ad-si opened 1 year ago

ad-si commented 1 year ago

It would be cool if there was a line based mode for elm-app start, where it doesn't overtake your whole terminal window, but instead just prints new lines for every compilation. This would make it easier to interweave it with the output of other commands during development. (e.g. elm-app start & sass --watch style.sass)