This is a giter8 template with all you need to create a minimum project based on Freestyle.
The template includes a Hello World
with a simple @free algebra.
- Create a new project:
sbt new frees-io/freestyle-seed.g8
- Fill the required information (you can see an example below):
...
name [Project Name]: freestyle-helloworld
projectDescription [Project Description]: RPC with Freestyle
project [project-name]: freestyle-helloworld
package [freestyle]:
Skipping existing file: ./freestyle-helloworld/.gitignore
Template applied in ./freestyle-helloworld
The new project will be created in a new folder in the root directoy of this project with the name introduced before.