Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 509 Bytes

SDKMAN! Hooks Service

Build status GitHub tag (latest by date)

This service serves up pre- and post-hooks for SDKMAN! CLI.

Running Locally

Make sure you have mongodb running locally or in a Docker Container:

$ docker run -d --net=host --name mongo mongo:3.2

Start the application:

$ sbt run

Run the tests:

$ sbt test

Tests run standalone.