A little sbt plugin to create sbt project.
git clone [email protected]:SimplyScala/sbt-new.git
cd $SBT_NEW_DIR
sbt publish-local
Add addSbtPlugin("com.github.simplyscala" % "sbt-new" % "0.1-SNAPSHOT")
in your $USER_HOME/.sbt/0.13/plugins/build.sbt
Hit mkdir myProject
Then sbt new
Then answer few question & here we go ! A “classic” sbt structure project (src/{main,test}/scala) is created, together with .gitignore file, README.md file & MyProjectBuild.scala file.