zwilias / elm-json

Install, upgrade and uninstall Elm dependencies
MIT License
182 stars 9 forks source link

Add a feature for detecting and removing unused packages #47

Open DavidDTA opened 1 year ago

jfmengels commented 1 year ago

You can use elm-review for this:

elm-review --template jfmengels/elm-review-unused/example --rules NoUnused.Dependencies --fix
DavidDTA commented 1 year ago

Thank you very much!