magicknot / saslearning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAS Learning

Build Status Codacy Badge codecov

Description

API

See API.md for a detailed description about the API provided by SAS Learning.

Contributing

Dependencies

In order to have a running version of this project you must setup your machine with:

  • Git
  • Scala 2.12.4
  • SBT 1.1.0-RC1

Now clone the repository to your machine by:

git clone git@github.com:socialsoftware/saslearning.git

Configuration

Testing

After having your machine ready to go, all you need to do to run tests is:

sbt test

Running

After having your machine setup and your configuration defined all you have to is:

$ sbt reStart

We use sbt-revolver for starting/stopping and triggered restart. Please see its documentation for other usage options. Traditional sbt run also works.

About


Languages

Language:Scala 100.0%