Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/trickl/clock
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl committed Sep 12, 2019
2 parents cda906b + 745d3d5 commit 1fed3a6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Trickl Clock

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.trickl/clock/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.trickl/clock)
[![build_status](https://travis-ci.com/trickl/clock.svg?branch=master)](https://travis-ci.com/trickl/clock)
[![Maintainability](https://api.codeclimate.com/v1/badges/6039371d2409365c76dc/maintainability)](https://codeclimate.com/github/trickl/clock/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/6039371d2409365c76dc/test_coverage)](https://codeclimate.com/github/trickl/clock/test_coverage)
Expand All @@ -10,15 +10,24 @@ A set of [java.time.Clock](https://docs.oracle.com/javase/8/docs/api/java/time/C
* MutableClock - A version of FixedClock with a mutable time.
* RelativeClock - An adjustable clock that time keeps using a relative clock, but can be stopped, started and run at variable speeds.

### Prerequisites
Installation
============

To install from Maven Central:

Requires Maven and a Java 8 compiler installed on your system.
```xml
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>clock</artifactId>
<version>0.1.1</version>
</dependency>
```

## Usage

See the Junit tests for usage

### Installing
### Building

To download the library into a folder called "clock" run

Expand Down

0 comments on commit 1fed3a6

Please sign in to comment.