Skip to content

Commit

Permalink
Merge pull request #25 from darkenpeng/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
SHSongs authored Aug 27, 2023
2 parents 4de7fb4 + 8542dab commit f9cae37
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# working-scala

## 설명
working-scala는 2023 오픈소스 컨트리뷰션(OSSCA) `ZIO`에서 생성한 레포지토리입니다.

각 프로젝트는 하나의 주제에 대한 예시 코드로 구성되어 있습니다.

## 프로젝트 별 실행방법

예제코드의 실행 결과를 보려면 각 프로젝트의 Main Class를 실행해주세요.
경로 : ~/working-scala/

### sbt로 실행
sbt
project `프로젝트 이름`
run
[스칼라 공식문서 - getting-started](https://docs.scala-lang.org/getting-started/index.html)

### inteliJ로 실행
[jetbrain 공식문서 - run scala app](https://www.jetbrains.com/help/idea/run-debug-and-test-scala.html#run_scala_app)


## 컨벤션
### 프로젝트 이름
- 영어 소문자로 표기한다.
- 띄어쓰기는 `-`로 표기한다.

예시 : working-scala
### 파일 이름
- 파스칼 케이스로 표기한다.
### main 클래스 이름
- Main으로 통일한다.



## 프로젝트 구조

0 comments on commit f9cae37

Please sign in to comment.