Skip to content

This is a simple template for creating a new scala project in a DCI structure prepared to use sbt

Notifications You must be signed in to change notification settings

drankard/Scala-DCI-project-templete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple template project for setting up a new scala project in a DCI structure, prepared for sbt

Installation
git clone git://github.com/drankard/Scala-DCI-project-templete.git myproject

Remember to remove the .git folder
cd myproject
rm -rf .git/

now do the initial build to fetch the binaries
type sbt

change the properties to fit your project in 
project/build.properties

About

This is a simple template for creating a new scala project in a DCI structure prepared to use sbt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages