/scala-cli-multi-module-demo

A project showcasing a multi-module setup with scala-cli

Primary LanguageScalaMIT LicenseMIT

bleep multi-module-demo

Showcases a simple project using multiple modules with bleep.

Requirements

Run tests

  • bleep test

Execute modules

  • bleep run module-1
  • bleep run module-2

Package modules

  • bleep dist module-1 dist
  • bleep dist module-2 dist

Format code

  • bleep fmt