Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

add Scala and SBT support #3

Open
Geal opened this issue Jan 22, 2018 · 0 comments
Open

add Scala and SBT support #3

Geal opened this issue Jan 22, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Geal
Copy link
Collaborator

Geal commented Jan 22, 2018

This project only supports Rust and cargo right now, and to get a great project, we need to support more platforms!

Here is how you can proceed:

declare a new module for your language
implement the Platform trait for your module, following the example code of the Rust module
For Scala, we should look for a build.sbt file in the probe() method, and call sbt build and sbt run in the build() and run() methods.

@Geal Geal added the good first issue Good for newcomers label Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant