Skip to content

Minimal Giter8 template to get you set up with cats and cats-effect.

Notifications You must be signed in to change notification settings

clementi/cats-effect-seed.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats-Effect Seed

Minimal Giter8 template to get you set up with cats and cats-effect.

Based on scalawithcats/cats-seed.g8.

Licensed CC0 1.0.

Getting Started

You'll need to SBT 0.13.18 or higher to use this template.

Run the following shell command:

$ sbt new clementi/cats-effect-seed.g8

You'll be prompted to enter a project and package name. Press enter twice to accept the defaults:

name [Cats Sandbox]:
package [sandbox]:

The project will be created in a directory based off of the name you specified. If you accepted the defaults the directory will be called cats-sandbox:

$ cd ./cats-sandbox

Follow the instructions in the generated README.md file to download the necessary dependencies and launch a sample app. If you see the message "Hello, Cats!", you're good to go!

About

Minimal Giter8 template to get you set up with cats and cats-effect.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages