@hackage nemesis-titan2013.6.13.1

A collection of Nemesis tasks to bootstrap a Haskell project with a focus on continuous integration

Requirements

Install

cabal install nemesis-titan
cabal install air-extra

Usage

mkdir my_project
cd my_project

Bootstrap

curl https://raw.github.com/nfjinjing/nemesis-titan/master/vendor/Nemesis -o Nemesis

List available tasks

runghc Nemesis

Generate "Main.hs"

runghc Nemesis Main/init

Start the continuous integration process

runghc Nemesis Main/titan

Check

Make some changes in src/Main.hs and see your code gets auto compiled and tested in the console.