Skip to content

Commit

Permalink
add shield icons to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eobermuhlner committed Aug 8, 2019
1 parent 11e246c commit 14c3ed0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Build Status](https://travis-ci.org/eobermuhlner/java-scriptengine.svg?branch=master)](https://travis-ci.org/eobermuhlner/java-scriptengine)
[![Code Coverage](https://img.shields.io/codecov/c/github/eobermuhlner/java-scriptengine.svg)](https://codecov.io/gh/eobermuhlner/java-scriptengine)
[![Dependencies](https://img.shields.io/librariesio/github/eobermuhlner/java-scriptengine.svg)](https://github.com/eobermuhlner/java-scriptengine/pulse)
[![Maven Central](https://img.shields.io/maven-central/v/ch.obermuhlner/java-scriptengine.svg)](https://search.maven.org/artifact/ch.obermuhlner/java-scriptengine)

# java-scriptengine

A collection of JSR-223 compatible script engines for Java.
Expand All @@ -8,6 +13,10 @@ Currently supported script engines are:

## JShell scripting engine

The JShell was added to Java 9 and was designed to be used for interactive execution of code snippets in Java.



The following code snippet shows a simple usage of the JShell script engine:
```java
try {
Expand Down

0 comments on commit 14c3ed0

Please sign in to comment.