RustBeginners / please

use one command to build and run all your projects, independent from the programming language in use
17 stars 1 forks source link

add Scala and SBT support #3

Open Geal opened 6 years ago

Geal commented 6 years ago

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.