Skip to content

Commit

Permalink
clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Sep 29, 2020
1 parent c1268b4 commit 43ebe80
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# REPLR

[![Clojars Project](https://img.shields.io/clojars/v/replr.svg)](https://clojars.org/replr)

*Read* Eval Print Loop **and Read**!! UI to help you read your codebase!

![](resources/replr.png)
Expand All @@ -12,11 +14,13 @@

## Instalation

Not in clojars yet... under development.
``` clojure
[replr "0.1.0"]
```

However, there is already a nrepl middleware implemented that need to
be used if you desired to have instant feedback when a new function is
created or changed inside the project.
There is already a nrepl middleware implemented that need to be used
if you desired to have instant feedback when a new function is created
or changed inside the project.

Add the following lines to your `project.clj`.

Expand Down

0 comments on commit 43ebe80

Please sign in to comment.