zwilias / elm-json

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

Add a feature for detecting and removing unused packages #47

Open DavidDTA opened 2 years ago

jfmengels commented 2 years ago

You can use elm-review for this:

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

Thank you very much!