themillhousegroup / sbt-skeleton

Sets up a new SBT project with directories, .gitignore, build.sbt, plugins.sbt ready to go. Run ./init.sh <projectname> <orgname> and enjoy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

projectname

Project info goes here

Installation

Bring in the library by adding the following to your build.sbt.

  • The release repository:
   resolvers ++= Seq(
     "Millhouse Bintray"  at "http://dl.bintray.com/themillhousegroup/maven"
   )
  • The dependency itself:
   libraryDependencies ++= Seq(
     "orgname" %% "projectname" % "0.1.0"
   )

Usage

Once you have projectname added to your project, you can start using it like this:

foo
bar
baz 

Still To-Do

Credits

About

Sets up a new SBT project with directories, .gitignore, build.sbt, plugins.sbt ready to go. Run ./init.sh <projectname> <orgname> and enjoy!

License:MIT License


Languages

Language:Scala 55.0%Language:Shell 45.0%