practicalli / clojure-cli-config

User aliases and Clojure CLI configuration for deps.edn based projects

Home Page:https://practical.li/clojure/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would you consider adding scope-capture to the inspect section?

KingMob opened this issue · comments

If I can get the tool to work, I will certainly add it to this project.

The project readme does not contain details for Clojure CLI, however, its not the first project that has not included these. I assume I can use the -M execution option to run the tool.

Ah, reading more closely this is a library rather than a tool, so could be added using something like...

:lib/scope-capture
{:extra-deps [vvvvalvalval/scope-capture {:mvn/version "0.3.2"}]}

Thanks for bringing this to my attention, I'll give it a try soon.

Sorry, I could have provided more context. Yes, it would be a dev-time lib, like portal or reveal. Devs would use/require it as needed. AFAIK, injections aren't supported, unlike with Lein, but it would be nice if so.