Skip to content

Commit 374a01f

Browse files
authored
Add badges
1 parent ab4b208 commit 374a01f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
[![Clojars Project](https://img.shields.io/clojars/v/xsc/rewrite-clj.svg)](https://clojars.org/xsc/rewrite-clj)
2+
[![cljdoc badge](https://cljdoc.org/badge/xsc/rewrite-clj)](https://cljdoc.org/d/xsc/rewrite-clj)
3+
[![CircleCI](https://circleci.com/gh/clj-commons/rewrite-clj.svg?style=svg)](https://circleci.com/gh/clj-commons/rewrite-clj)
14
# rewrite-clj
25

36
__rewrite-clj__ is a library offering mechanisms to easily rewrite Clojure/EDN documents in a whitespace- and comment-preserving
47
way. It includes an EDN parser (based on [clojure.tools.reader](https://github.com/clojure/tools.reader)), a corresponding
58
printer, as well as an EDN-aware zipper implementation (based on [clojure.zip](https://clojure.github.io/clojure/clojure.zip-api.html)).
69

7-
[![Build Status](https://travis-ci.org/xsc/rewrite-clj.svg?branch=master)](https://travis-ci.org/xsc/rewrite-clj)
8-
910
This project is similar to Christophe Grand's [sjacket](https://github.com/cgrand/sjacket). In fact, I found it hard to _use_
1011
sjacket, partly because of the underlying data structure (a [parsely](https://github.com/cgrand/parsley)-generated tree including
1112
unnecessary data like parentheses and maintaining values as strings instead of their Clojure pendants), but mostly because of the

0 commit comments

Comments
 (0)