lread / rewrite-cljc-playground

Don't use this project anymore, use https://github.com/clj-commons/rewrite-clj instead. Rewrite-cljc is dead, long live rewrite-clj!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rewrite-cljc

unit tests native image tests code coverage join chat

A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.

Exciting News 🎉

Rewrite-cljc-playground is now officially archived.
All efforts have been migrated to clj-commons/rewrite-clj.
Rewrite-cljc is dead. Long live rewrite-clj!

Versioning

rewrite-cljc versioning scheme is: major.minor.patch-test-qualifier

  • major increments when the API has been broken - something, as a rule, we’d like to avoid.

  • minor increments to convey significant new features have been added.

  • patch indicates bug fixes - it is the number of commits since major.minor.

  • test-qualifier is absent for stable releases. Can be alpha, beta, rc1, etc.

People

Contributors

sogaiu borkdude danielcompton martinklepsch swannodette PEZ eraserhd arrdem stathissideris plexus jespera brian-dawn bbatsov AndreaCrotti slipset mhuebert kkinnear anmonteiro

Founders

xsc rundis

Current maintainers

lread

Licences

We honor the original MIT licenses from rewrite-clj and rewrite-cljs.

Some code has been adapted from:

About

Don't use this project anymore, use https://github.com/clj-commons/rewrite-clj instead. Rewrite-cljc is dead, long live rewrite-clj!

License:Other


Languages

Language:Clojure 100.0%