Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 460 Bytes

Groovy Cheat Sheet

This is a Groovy syntax quick reference, written using Asciidoc. It is designed for anyone learning Groovy that wants to be able to look up how to define classes, perform loops, etc. It's particularly useful as part of any Groovy training course.

To build the guide, simply run

./gradlew

which will run the asciidoctor task and generate the HTML guide in build/asciidoc/html5. Just open the index.html file.