packages feed

nemesis-titan-2013.6.13: readme.md

Requirements
============

* [Guard](https://github.com/guard/guard)
* [Angel](https://github.com/MichaelXavier/Angel)

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.