No description
Find a file
2021-02-18 06:15:04 -08:00
project init 2021-02-18 06:15:04 -08:00
src init 2021-02-18 06:15:04 -08:00
.gitignore init 2021-02-18 06:15:04 -08:00
build.sbt init 2021-02-18 06:15:04 -08:00
README.md init 2021-02-18 06:15:04 -08:00

Triples Lab

Scratch Project to Explore Banana RDF

Build and run

sbt assembly
java -jar target/scala-2.12/TriplesLab.jar

Test and Code Coverage

sbt clean coverage test
sbt coverageReport
open target/scala-2.12/scoverage-report/index.html

Code Stats

sbt stats

Check dependencies

sbt dependencyUpdates