Initial commit.

This commit is contained in:
Erik C. Thauvin 2018-07-10 15:20:17 -07:00
commit ca7b96de65
16 changed files with 511 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
To test:
```bash
./gradlew runPlugin run
```
then:
```bash
groovy src/main/groovy/com/example/App.groovy
```