Skip to content

mboogerd/sbt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SBT Template

This is my personal SBT template to spawn new Scala projects configured with some dependencies that I typically use.

In order to use this project with a one-liner, you can use a small bash script: https://github.com/mboogerd/scripts/blob/master/scala-new-project.sh, which you can get via CLI from your preferred projects location:

$ wget https://raw.githubusercontent.com/mboogerd/scripts/master/scala-new-project.sh
$ ./scala-new-project.sh -p [your project name]

Additional features:

  • Add -b to base your project of another branch of the template repository
  • Use -l to list alternative templating branches

If you enjoy that script, also check out github-init.sh (and its github-new-repo.sh dependency) from the same scripts repository, allowing creation of a github repo from CLI with minimal setup.

About

Personalized sbt template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages