Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.
/ scalaz-library.g8 Public archive

Giter8 template for scalaz 8 library

Notifications You must be signed in to change notification settings

scalaz/scalaz-library.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalaz library Giter8 template

This Giter8 template is intended to make Scalaz libraries authors' life easier. You may use this template to create new projects under the Scalaz 8 umbrella.

You may create a new project using this template by issuing the following command:

sbt new scalaz/scalaz-library.g8

It will ask for a few parameters, namely the name of your project and a short description, and will produce a new sbt project with all the common stuff (code style, documentation, publication settings) configured to the Scalaz standards, so that you can focus on delivering awesome FP software.

Under the hood, it will mainly enable the scalaz-sbt plugin for you, and add the necessary directory structure.

Happy hacking!

Releases

No releases published

Packages

No packages published

Languages