dillonkearns/elm-review-html-to-elm
(elm-review version of html-to-elm.com)
Elm review cli new rule command
Review context
elm-review
's context is like Model
, elm-syntax Node
is like a Msg
, Review Error
s are Cmd
s, visitors are like update
elm-review
's new configuration errors API
Import aliases feature: ModuleNameLookupTable
elm-review
Fixes API
Jeroen's Safe Unsafe Operations blog post
Some repos to look at for inspiration
The elm-review
package docs are very through and worth reading