Skip to content

a sbt plugin to create from scratch scala project with good structure

Notifications You must be signed in to change notification settings

SimplyScala/sbt-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-new plugin

A little sbt plugin to create sbt project.

How to install it

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

How to use it

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.

About

a sbt plugin to create from scratch scala project with good structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages