From 14ad2e3a8fc9b7bfc3a0b32fd4e60b8eda4b639f Mon Sep 17 00:00:00 2001 From: lread Date: Thu, 15 Aug 2024 08:47:44 -0400 Subject: [PATCH] docs: kibit now uses rewrite-clj v1 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4614977..a131e2d 100644 --- a/README.adoc +++ b/README.adoc @@ -58,6 +58,7 @@ Some projects using rewrite-clj v1 * https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure // repo is not version tagged: * https://github.com/mauricioszabo/duck-repled[duck-repled] {not-canary-tested} - Transform your REPL interation into Pathom queries +* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that! // repo is not version tagged: * https://github.com/kit-clj/kit[kit] {not-canary-tested} - Lightweight, modular framework for scalable web development in Clojure * https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script) @@ -76,7 +77,6 @@ Some projects using rewrite-clj v0 and/or rewrite-cljs * https://github.com/magnars/confair[confair] {not-canary-tested} - A configuration library for Clojure // tests rely on datomic-pro * https://github.com/ivarref/gen-fn[gen-fn] {not-canary-tested} - Generate Datomic function literals from regular Clojure namespaces -* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that! * https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested} - Check your Projects for outdated Dependencies * https://github.com/benedekfazekas/mranderson[mranderson] {canary-tested} - Dependency inlining and shadowing * https://github.com/jstepien/mutant[mutant] {canary-tested} - Mutation testing for Clojure