Skip to content

fditolla/sdkman-hooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDKMAN! Candidates Service

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 cukes:

$ sbt test

About

An API responsible for serving up pre- and post- hooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 63.5%
  • Gherkin 34.3%
  • Shell 2.2%