halfzebra / create-elm-app

🍃 Create Elm apps with zero configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ad-si opened this issue · comments

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)