Skip to content

Babali42/scala-template-with-scalatest-and-mill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala template with tests

How to execute mill build

  • Mac & Linux : ./mill
  • Windows : .\mill

Compile

  • ./mill foo.compile
  • With watch mode ./mill -w foo.compile

Test

  • ./mill foo.test
  • With watch mode ./mill -w foo.test

Run

  • ./mill foo.run --text=so fast

About

scala template with scalatest test framework and mill build system

Topics

Resources

Stars

Watchers

Forks