You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using deps-try for this, and I have loved it so far. This library targets the (rebl-readline) REPL and AFAIK doesn't provide a way to write out a deps.edn file. This would achieve a similar result but allow users to continue adding more dependencies. Seems like a plus.
An example workflow: suppose I want to test out
traversy
andspecter
in a quick plainclj
-based REPL.What I usually do:
neil dep search traversy
neil dep search specter
clj -Sdeps '{:deps {...}}'
manuallyWhat I'd like to be able to run instead, approximately:
clj -Sdeps "$(neil deps-edn traversy specter)"
clj -Sdeps "$(neil deps-edn traversy com.rpl/specter)"
The text was updated successfully, but these errors were encountered: