Skip to content

Commit 78d1a2f

Browse files
committed
docs: add GitHub blurbs for projects that use rewrite-clj [skip ci]
1 parent 10bfacc commit 78d1a2f

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.adoc

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,33 @@ See https://github.com/clj-commons/rewrite-clj/projects/1[project page for curre
5050

5151
Some projects using rewrite-clj v1
5252

53-
* https://github.com/xsc/ancient-clj[ancient-clj] {canary-tested}
54-
* https://github.com/liquidz/antq[antq] {canary-tested}
55-
* https://github.com/babashka/babashka[babashka] {not-canary-tested}
56-
* https://github.com/borkdude/carve[carve] {canary-tested}
57-
* https://github.com/nextjournal/clerk[clerk] {not-canary-tested}
58-
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested}
59-
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested}
60-
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested}
61-
* https://github.com/FiV0/kusonga[kusonga] {canary-tested}
62-
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested}
63-
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested}
64-
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested}
65-
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested}
66-
* https://github.com/kkinnear/zprint[zprint] {canary-tested}
53+
* https://github.com/xsc/ancient-clj[ancient-clj] {canary-tested} - Version Metadata Retrieval for Maven Artifacts
54+
* https://github.com/liquidz/antq[antq] {canary-tested} - Point out your outdated dependencies
55+
* https://github.com/babashka/babashka[babashka] {not-canary-tested} - Native, fast starting Clojure interpreter for scripting
56+
* https://github.com/borkdude/carve[carve] {canary-tested} - Carve out the essentials of your Clojure app
57+
* https://github.com/nextjournal/clerk[clerk] {not-canary-tested} - Local-First Notebooks for Clojure
58+
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested} - A tool for formatting Clojure code
59+
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested} - A tool for formatting Clojure code
60+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure
61+
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
62+
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
63+
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested} - Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments
64+
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested} - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
65+
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested} - Rewrite utilities for refactoring clojure files
66+
* https://github.com/kkinnear/zprint[zprint] {canary-tested} - Executables, uberjar, and library to beautifully format Clojure and Clojurescript source code and s-expressions
6767

6868
Some projects using rewrite-clj v0 and/or rewrite-cljs
6969

70-
* https://github.com/mauricioszabo/atom-chlorine[atom-chlorine] {not-canary-tested}
71-
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch}
72-
* https://github.com/jonase/kibit[kibit] {canary-tested}
73-
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested}
74-
* https://github.com/benedekfazekas/mranderson[mranderson] {canary-tested}
75-
* https://github.com/jstepien/mutant[mutant] {canary-tested}
76-
* https://github.com/juxt/pack.alpha[pack (alpha)] {not-canary-tested}
77-
* https://github.com/mauricioszabo/repl-tooling[repl-tooling] {not-canary-tested}
78-
* https://github.com/atomist-skills/update-leiningen-dependencies-skill[update-leiningen-dependencies-skill] {not-canary-tested}
70+
* https://github.com/mauricioszabo/atom-chlorine[atom-chlorine] {not-canary-tested} - An Atom plugin to integrate with Socket-REPL over Clojure, ClojureScript, ClojureCLR, Joker, Babashka, Clojerl, Lumo and Plank
71+
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch} - Find newer versions of your dependencies in your deps.edn file
72+
* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that!
73+
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested} - Check your Projects for outdated Dependencies
74+
* https://github.com/benedekfazekas/mranderson[mranderson] {canary-tested} - Dependency inlining and shadowing
75+
* https://github.com/jstepien/mutant[mutant] {canary-tested} - Mutation testing for Clojure
76+
* https://github.com/juxt/pack.alpha[pack (alpha)] {not-canary-tested} - Package clojure projects
77+
Resources
78+
* https://github.com/mauricioszabo/repl-tooling[repl-tooling] {not-canary-tested} - a base package for Clojure's editor tooling
79+
* https://github.com/atomist-skills/update-leiningen-dependencies-skill[update-leiningen-dependencies-skill] {not-canary-tested} - Track project.clj dependencies across different projects
7980

8081
Have an update? Let us know!
8182

0 commit comments

Comments
 (0)