npx
command runs NPM binaries from your shellSome 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
ignoreErrorsForFiles
ignoreErrorsForDirectories
--fix
, --fix-all
, and --watch
flags (see how to run elm-review)Review rule for Documentation.ReadmeLinksPointToCurrentVersion
Safe unsafe operations in Elm blog post
Getting started with elm-review episode
Incremental Steps episode