Skip to content

Commit

Permalink
Applied n8han/giter8 template
Browse files Browse the repository at this point in the history
  • Loading branch information
joescii committed Jul 6, 2014
1 parent a2c432a commit d8716d3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target/
boot/
lib_managed/
src_managed/
project/plugins/project/
9 changes: 9 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
giter8Settings

resolvers += Resolver.url("typesafe", url("http://repo.typesafe.com/typesafe/ivy-releases/"))(Resolver.ivyStylePatterns)

G8Keys.g8TestBufferLog := false

scriptedLaunchOpts ++= sys.process.javaVmArguments.filter(
a => Seq("-Xmx", "-Xms", "-XX", "-Dsbt.log.noformat").exists(a.startsWith)
)
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.13.2
1 change: 1 addition & 0 deletions project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("net.databinder.giter8" %% "giter8-plugin" % "0.6.4")
1 change: 1 addition & 0 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// give the user a nice default project!
2 changes: 2 additions & 0 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name=My Something Project
description=Say something about this template.
3 changes: 3 additions & 0 deletions src/main/g8/src/main/scala/Stub.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Stub {
// got any helpful boilerplate for your users?
}

0 comments on commit d8716d3

Please sign in to comment.