Skip to content

Commit

Permalink
Badges and header for README.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk authored and rdblue committed Apr 7, 2017
1 parent bea5d97 commit 8e513d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# JVM Repr

[![Build Status](https://travis-ci.org/jupyter/jvm-repr.svg?branch=master)](https://travis-ci.org/jupyter/jvm-repr)
[![JVM repr on jitpack](https://jitpack.io/v/jupyter/jvm-repr.svg)](https://jitpack.io/#jupyter/jvm-repr)

Standardizing REPL outputs for across JVM kernels (Scala, Clojure, Groovy, ...)

## Purpose

JVM languages use various conventions to convert REPL outputs to forms that can be displayed. This project is an attempt to standardize by providing an API that libraries can use to register display methods for any REPL project, like Jupyter console or nteract.
Expand Down

0 comments on commit 8e513d0

Please sign in to comment.