Skip to content

scalamolecule/molecule-samples

Repository files navigation

Molecule sample projects

This repo contains sample projects to get you started with molecule.

Run tests in all 3 sample projects with ./test-all.sh or ./test.sh in each sample project.

Sbt

To compile and test with sbt, use the following commands for each project:

Basic Scala 3.3

cd molecule-basic-3
sbt clean compile -Dmolecule=true
sbt test

Basic Scala 2.13

cd molecule-basic-2-13
sbt clean compile -Dmolecule=true
sbt test

Basic Scala 2.12

cd molecule-basic-2-12
sbt clean compile -Dmolecule=true
sbt test

About

Molecule sample projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published