folone / typelevel-activator

REPL setup for the typelevel.scala projects

Home Page:http://typelevel.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

REPL setup for the typelevel.scala projects

http://typelevel.org/


Languages

Language:Scala 96.8%Language:Shell 3.2%