clojure-cli-config icon indicating copy to clipboard operation
clojure-cli-config copied to clipboard

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

Open KingMob opened this issue 3 years ago • 2 comments

https://github.com/vvvvalvalval/scope-capture

KingMob avatar May 12 '22 09:05 KingMob

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.

practicalli-johnny avatar May 12 '22 14:05 practicalli-johnny

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.

KingMob avatar May 13 '22 07:05 KingMob