Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scala-native/scala-native.g8

Giter8 template for a minimal project that uses Scala Native.
https://github.com/scala-native/scala-native.g8

example sbt scala scala-native

Last synced: about 2 months ago
JSON representation

Giter8 template for a minimal project that uses Scala Native.

Awesome Lists containing this project

README

        

# Scala Native Getting Started Template

![CI](https://github.com/scala-native/scala-native.g8/workflows/CI/badge.svg)

This is a minimal [Giter8][g8] template for Scala Native.

Scala Native is an optimizing ahead-of-time compiler and lightweight managed runtime designed specifically for Scala.

## Documentation
----------
Getting Started and full documentation can be found at [https://www.scala-native.org/](https://www.scala-native.org/).

Once the prerequisites are installed, run the following at your command line.
```
sbt new scala-native/scala-native.g8
```
As an alternative, you can use [scala-cli](https://scala-cli.virtuslab.org/).

## License
-------
Created by [EPFL](https://www.epfl.ch/labs/lamp/): 2017-2023

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See .

[g8]: http://www.foundweekends.org/giter8/