wolfadex / elm-open-api-cli

A CLI tool for generating Elm modules from Open API specs.
https://www.npmjs.com/package/elm-open-api
26 stars 7 forks source link

Scan local elm.json and see if dependencies are already installed #145

Open wolfadex opened 1 month ago

wolfadex commented 1 month ago

Day dream idea, scan the local elm.json and see if these dependencies are already installed and only suggest installing if they aren't.

_Originally posted by @wolfadex in https://github.com/wolfadex/elm-open-api-cli/pull/143#discussion_r1770640311_

miniBill commented 1 month ago

Ideally, only suggest the needed deps (probably by keeping track of what's needed in the monad)