An open API service indexing awesome lists of open source software.

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

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**.