practicalli / clojure

Practicalli Clojure REPL Driven Development
https://practical.li/clojure/
Creative Commons Attribution Share Alike 4.0 International
89 stars 36 forks source link

Search Clojure code using clojure.spec and regex - grasp #412

Open practicalli-johnny opened 2 years ago

practicalli-johnny commented 2 years ago

Review grasp and consider how it can be used with other tools orchestrated by Practicalli

https://github.com/borkdude/grasp

In practicalli/clojure-dep-edn

There doesnt seem to be an obvious main function to call which could be used from the clojure binary, so adding to deps.edn needs a bit more reading

  ;; grasp - find patterns in Clojure code
  ;; https://github.com/borkdude/grasp
  :search/functions
  {:extra-deps {io.github.borkdude/grasp {:mvn/version "0.0.3"}}}