File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ # Simple Scala-CLI template
2+
3+ [ ![ CI] ( https://github.com/horothesun/simple-scala-cli.g8/actions/workflows/ci.yml/badge.svg )] ( https://github.com/horothesun/simple-scala-cli.g8/actions/workflows/ci.yml )
4+ [ ![ Scala] ( https://img.shields.io/badge/Scala-2.13-%23DC322F?style=flat&labelColor=%23383838&logo=Scala&logoColor=%23DC322F&logoWidth=12&cacheSeconds=3600 )] ( https://www.scala-lang.org/ )
5+ [ ![ CE3] ( https://img.shields.io/badge/Cats%20Effect-3-%23DC322F?style=flat&labelColor=%23383838&logo=Scala&logoColor=%23DC322F&logoWidth=12&cacheSeconds=3600 )] ( https://typelevel.org/cats-effect/ )
6+
7+ Giter8 template to generate a simple Scala-CLI project.
8+
9+ ## Requirements
10+
11+ - sbt ([ install] ( https://www.scala-sbt.org/download.html ) ).
12+
13+ ## Generate new project
14+
15+ ``` bash
16+ sbt new horothesun/simple-scala-cli.g8
17+ cd < repo_name>
18+ ```
You can’t perform that action at this time.
0 commit comments