Scala Project Kickstart at Console
Use giter8 to build a basic project structure https://github.com/n8han/giter8
Giter8 provides templates to kickstart the projects. The list of templates can be found on their github page
https://github.com/n8han/giter8/wiki/giter8-templates
Provide the basic information that it asks in the prompt Go to the project directory and check out the build.sbt to verify the content and modify if required.
Testing with scala test
Reference