Skip to content

Instantly share code, notes, and snippets.

@asmasa
Created January 23, 2015 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asmasa/489efeddf197c9d41f00 to your computer and use it in GitHub Desktop.
Save asmasa/489efeddf197c9d41f00 to your computer and use it in GitHub Desktop.
giter8でScalaプロジェクトの作成 ref: http://qiita.com/asmasa/items/68f90db705bd44f4e590
$ tree .
├── main
│   ├── java
│   └── scala
└── test
├── java
└── scala
$ brew install giter8
$ g8 typesafehub/scala-sbt
・・・なんか色々出てくる・・・
Scala Project Using sbt
name [Scala Project]:
organization [org.example]:
version [0.1-SNAPSHOT]:
scala_version [2.10.2]: 2.11.2
Template applied in ./gatling_test
$ cd [name]
$ vim project/plugins.sbt
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment