An open API service indexing awesome lists of open source software.

https://github.com/steffan153/chocolate


https://github.com/steffan153/chocolate

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Chocolate

Use the .jar file in the root to run. You need java installed. Run with `java -jar Chocolate.jar temp.choco`

## Building it yourself

You need sbt installed. Run `sbt "chocolateJVM/run temp.choco"` to run, or to create a .jar file, `sbt assembly`.