/typelevel-activator

REPL setup for the typelevel.scala projects

Primary LanguageScala

typelevel-activator

All the typelevel.scala stack (scalaz, shapeless, spire) and their contrib libraries at your fingertips.

Installation

Prerequisites: sbt, giter8.

$ cd
$ mkdir bin
$ cd bin
$ git clone git://github.com/folone/typelevel-activator.git
$ echo export TYPELEVEL_HOME=~/bin/typelevel-activator >> ~/.bashrc # or .zshrc or .whateveryouareusingrc
$ echo export PATH=$PATH:$TYPELEVEL_HOME >> ~/.bashrc
$ cd
$ source .bashrc # .againwhateverrc
$ typelevel # ready for using
$ typelevel upgrade # to fetch the latest changes

Usage

$ typelevel # start
  > usage # list available commands
  > init # creates a new project. Asks for organization and the project name beforehand.
  > exit