PLAY PODCASTS
021: elm-review Tips
Episode 21

021: elm-review Tips

We revisit elm-review with some tips, useful workflows, and helpful packages that have come out since our intro to elm-review episode.

Elm Radio

January 4, 202150m 41s

Audio is streamed directly from the publisher (cdn.simplecast.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

Some tricks to easily try elm-review with no setup:

npx elm-review --template jfmengels/elm-review-unused/example

Init with a given template:

npx elm-review init --template jfmengels/elm-review-unused/example

Incremental adoption

Useful packages and workflow