A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.
Status
Rewrite-clj v1 has been successfully and widely adopted.
Used Inโฆโ
Some projects using rewrite-clj v1
-
ancient-clj ๐ฅ - Version Metadata Retrieval for Maven Artifacts
-
antq ๐ฅ - Point out your outdated dependencies
-
babashka ๐ - Native, fast starting Clojure interpreter for scripting
-
carve ๐ฅ - Carve out the essentials of your Clojure app
-
classpath ๐ - Classpath/classloader/deps.edn related utilities
-
clerk ๐ฅ - Local-First Notebooks for Clojure
-
cljfmt ๐ฅ - A tool for formatting Clojure code
-
cljstyle ๐ฅ - A tool for formatting Clojure code
-
clojure-lsp ๐ฅ - Language Server (LSP) for Clojure
-
duck-repled ๐ - Transform your REPL interation into Pathom queries
-
kit ๐ - Lightweight, modular framework for scalable web development in Clojure
-
kusonga ๐ฅ - Renaming and moving namespaces in Clojure(script)
-
refactor-nrepl ๐ฅ - nREPL middleware to support refactorings in an editor agnostic way
-
reval ๐ฅ -reproduceable eval - namespace eval and storage with browser ui
-
rewrite-edn ๐ฅ - Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments
-
rich-comment-tests ๐ฅ - Turns rich comment forms into tests
-
test-doc-blocks ๐ฅ - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
-
umschreiben-clj ๐ฅ - Rewrite utilities for refactoring clojure files
-
zprint ๐ฅ - Executables, uberjar, and library to beautifully format Clojure and Clojurescript source code and s-expressions
Some projects using rewrite-clj v0 and/or rewrite-cljs
-
depot ๐ฅ ๐ฉน - Find newer versions of your dependencies in your deps.edn file
-
confair ๐ - A configuration library for Clojure
-
gen-fn ๐ - Generate Datomic function literals from regular Clojure namespaces
-
kibit ๐ฅ - Thereโs a function for that!
-
lein-ancient ๐ฅ - Check your Projects for outdated Dependencies
-
mranderson ๐ฅ - Dependency inlining and shadowing
-
mutant ๐ฅ - Mutation testing for Clojure
-
repl-tooling ๐ - a base package for Clojureโs editor tooling
-
update-leiningen-dependencies-skill ๐ - Track project.clj dependencies across different projects
Have an update? Let us know!
๐ฅ canary tested against rewrite-clj v1 lib test suite
๐ฉน source required minor change to work with rewrite-clj v1
๐ no easy-peasy way to run automated unit tests found for this project
Versioning
Rewrite-clj versioning scheme is: major
.minor
.release
-test-qualifier
-
major
increments when a non alpha release API has been broken - something, as a rule, weโd like to avoid. -
minor
increments to convey significant new features have been added. -
release
indicates small changes or bug fixes - starting with v1.1, it is the rewrite-clj release count over the life of rewrite-clj. -
test-qualifier
is absent for stable releases. Can bealpha
,beta
,rc1
, etc.
People
Licences
We honor the original MIT license from rewrite-clj v0.
Code has been merged/adapted from:
-
clojure zip which is covered by Eclipse Public License 1.0