clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Search Clojure code using clojure.spec and regex - grasp

Open practicalli-johnny opened this issue 3 years ago • 0 comments

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"}}}

practicalli-johnny avatar Apr 21 '22 09:04 practicalli-johnny