Skip to content

Commit 0d33db0

Browse files
committed
Announce rewrite-cljc merge plan in README
1 parent 65613eb commit 0d33db0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
[![CircleCI](https://circleci.com/gh/clj-commons/rewrite-clj.svg?style=svg)](https://circleci.com/gh/clj-commons/rewrite-clj)
44
# rewrite-clj
55

6+
## Exciting News :tada:
7+
Since @xsc has graciously transfered rewrite-clj to clj-commons, I can now work to merge in [rewrite-cljc-playground](https://github.com/lread/rewrite-cljc-playground) into rewrite-clj proper.
8+
9+
Rewrite-cljc is dead. Long live rewrite-clj!
10+
11+
I'll start my work in a `v1` branch here wherein I'll trickle rewrite-cljc work as, at least somewhat, meaningful commits.
12+
This won't be a useable branch for a little while.
13+
Once it is ready, I'll merge v1 into master where it will become our first rewrite-clj v1 alpha.
14+
15+
## Intro
16+
617
__rewrite-clj__ is a library offering mechanisms to easily rewrite Clojure/EDN documents in a whitespace- and comment-preserving
718
way. It includes an EDN parser (based on [clojure.tools.reader](https://github.com/clojure/tools.reader)), a corresponding
819
printer, as well as an EDN-aware zipper implementation (based on [clojure.zip](https://clojure.github.io/clojure/clojure.zip-api.html)).

0 commit comments

Comments
 (0)