{"id":22753152,"url":"https://github.com/civilizeddev/scala3-template","last_synced_at":"2025-03-30T07:17:55.568Z","repository":{"id":203276761,"uuid":"416576104","full_name":"civilizeddev/scala3-template","owner":"civilizeddev","description":"Scala3 표준 템플릿","archived":false,"fork":false,"pushed_at":"2021-11-02T00:43:00.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:16:52.046Z","etag":null,"topics":["scala3"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/civilizeddev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-10-13T03:28:51.000Z","updated_at":"2021-11-02T00:43:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"85bb6986-f062-413c-ae34-5a3c5040de2c","html_url":"https://github.com/civilizeddev/scala3-template","commit_stats":null,"previous_names":["civilizeddev/scala3-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscala3-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscala3-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscala3-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscala3-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/civilizeddev","download_url":"https://codeload.github.com/civilizeddev/scala3-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285817,"owners_count":20752958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scala3"],"created_at":"2024-12-11T06:09:10.805Z","updated_at":"2025-03-30T07:17:55.545Z","avatar_url":"https://github.com/civilizeddev.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scala3-template\n\n스칼라3 프로젝트 표준 템플릿\n\n## Prerequisites\n\n### WSL2 설치 (Windows 사용자만)\n\n\u003e [Windows 10에 Linux용 Windows 하위 시스템 설치 가이드](https://docs.microsoft.com/ko-kr/windows/wsl/install-win10)\n\n## Setup\n\n### [Homebrew](https://brew.sh/) 설치\n\n```\n$ /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n### [SDKMAN](https://sdkman.io/install) 설치\n\n```\n$ curl -s \"https://get.sdkman.io\" | bash\n```\n\n### [JDK](https://sdkman.io/jdks#Oracle) 설치\n\n```\n$ sdk list java\n$ sdk install java 21.2.0.r11-grl\n```\n\n### [SBT](https://sdkman.io/sdks#sbt) 설치\n\n```\n$ sdk install sbt 1.5.5\n```\n\n### VSCode 설치\n\n\u003e https://code.visualstudio.com/\n\n## To Do\n\n### Docker Login\n\n```\n$ docker login https://ghcr.io -u \u003cusername\u003e\n```\n\n### SBT Credentials\n\n`~/.sbt/1.0/credentials.sbt`\n\n```\ncredentials += Credentials(\n  realm = \"\",\n  host = \"maven.pkg.github.com\",\n  userName = \"\u003cusername\u003e\",\n  passwd = \"\u003ctoken\u003e\"\n)\n```\n\n---\n\n## References\n\n- [The Scala Library Index](https://index.scala-lang.org/)\n- [Migrating from IntelliJ IDEA to VSCode and Metals – Staying Productive at Writing Scala](https://www.iteratorshq.com/blog/migrating-from-intellij-idea-to-vscode-and-metals-staying-productive-at-writing-scala/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivilizeddev%2Fscala3-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivilizeddev%2Fscala3-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivilizeddev%2Fscala3-template/lists"}