An example workflow: suppose I want to test out traversy and specter in a quick plain clj-based REPL.
What I usually do:
neil dep search traversy
neil dep search specter
- Get the right values
- Compose
clj -Sdeps '{:deps {...}}' manually
- Run
What I'd like to be able to run instead, approximately:
clj -Sdeps "$(neil deps-edn traversy specter)"
- "Failure: more than one matches for 'specter', please specify" followed by a list of matches
clj -Sdeps "$(neil deps-edn traversy com.rpl/specter)"