소스 검색

sbt: add new project from template example (#3494)

Natechawin Suthison 5 년 전
부모
커밋
aa64dc0f55
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/common/sbt.md

+ 4 - 0
pages/common/sbt.md

@@ -7,6 +7,10 @@
 
 `sbt`
 
+- Create a new Scala project from an existing Giter8 template hosted on GitHub:
+
+`sbt new {{scala/hello-world.g8}}`
+
 - Use the specified version of sbt:
 
 `sbt -sbt-version {{version}}`