Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 738 Bytes

File metadata and controls

30 lines (19 loc) · 738 Bytes

Freestyle-seed

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.

Usage

  1. Create a new project:
sbt new frees-io/freestyle-seed.g8
  1. 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.