Skip to content
Robert Peszek edited this page Sep 22, 2013 · 2 revisions

Getting Started

  • You can build the project with gradle (GradleBuild.

  • You can use Eclipse (eclipse project is checked in). (You will probably need to make some small adjustments to the project file.)

  • To import to other IDE such as IntelliJ IDEA make sure that you select all locations of source files:

  • src/groovy - Fpiglet source

  • ext/gruesome - a slightly modified copy of https://github.com/mcandre/gruesome together with its own (FreeBSD) license file.

  • test - All Fpiglet test files.

Currently project used Groovy 2.0.6 library and JUnit4.

Look at test cases

  • For anyone interested, the best way to start is to look at my unit test cases. (Starting with fun.by_example package.)

Read Wiki

  • TOC and better wiki organization is work in progress

My blog

Check out my blog for some examples: http://rpeszek.blogspot.com

Groovy Doc

Link on the project home page.

Coding Style

  • It maybe easier to read the code after viewing Fpiglet self-imposed rules on style and code organization FunPiggyStyle
Clone this wiki locally