valencik / library.g8

A template for creating libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Giter 8 Template Build Status

My Giter8 template for new library projects.

sbt new ChristopherDavenport/library.g8

Example

library-g8-example

Setup

Github Pages

  1. Initial Gh-pages branch using the directions from sbt-ghpages

  2. Go into Travis-CI.com, there you will need to configure and enter a value for environment variable GITHUB_TOKEN with a credential that can access your account. Creating A Token

Sonatype Publishing

  1. Setup Sonatype Account if you have not already. Good documentation on the process can be found on the sbt-release-early wiki

  2. Go into Travis-CI.com, there you will need to configure and enter values for environment variables SONATYPE_USERNAME and SONATYPE_PASSWORD for publishing SNAPSHOTS to sonatype.

About

A template for creating libraries.


Languages

Language:Scala 98.4%Language:Ruby 1.6%