https://github.com/vascorsd/simple-scala
Example / template using scala-cli
https://github.com/vascorsd/simple-scala
just scala scala-cli
Last synced: 4 months ago
JSON representation
Example / template using scala-cli
- Host: GitHub
- URL: https://github.com/vascorsd/simple-scala
- Owner: vascorsd
- Created: 2022-09-29T17:07:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T17:51:57.000Z (over 2 years ago)
- Last Synced: 2024-12-28T13:43:23.657Z (5 months ago)
- Topics: just, scala, scala-cli
- Language: Scala
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Very basic template and example project for scala using latest cool `scala-cli`
for quick iteration and build times. Useful for simple "scripts" or small apps
without the need of modules/submodules or any other complexity for bigger apps.## Build / Development
### Requirements
* jvm (optional) - either an installation with proper `JAVA_HOME` correctly set or the tool auto
manages and downloads a jvm itself for usage
* [scala-cli](https://scala-cli.virtuslab.org/) (tested with version 0.1.15)
* [just](https://github.com/casey/just)Run `just` in the console at the root of this project and it will tell available commands.
Currently basicly wrapping the scala-cli commands which are already simple enough, but
this way you don't even need to care about that. Also useful to learn scala-cli tool itself.# License
This is just a template/example, so most permissible possible is applied.
All files and things here should be considered **CC0**.