Creating a Scala SBT project structure
16 Feb 2017Today’s post is going to be a tip on creating a project structure for your Scala projects that is SBT ready. There’s no real magic to it, just a specific structure that you can easily bundle up into a console application.
The shell script
To kick start your project, you can simple use the following shell script:
This will give you everything that you need to get up an running. You’ll now have a structure like the following to work with: