Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 987 Bytes

Cats Minimal

Minimal Giter8 template to get you set up with Cats.

Copyright 2017 Underscore Consulting LLP. Licensed CC0 1.0.
Copyright 2019 Marco Lehmann. Licensed CC0 1.0.

Getting Started

You’ll need SBT 1.2.8 or higher to use this template.

Run the following shell command:

$ sbt new m99coder/cats-minimal.g8

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

name [Cats Minimal]:
package [minimal]:

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-minimal:

$ cd ./cats-minimal

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!