diff options
-rw-r--r-- | README.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 4af9678..ff70bf5 100644 --- a/README.adoc +++ b/README.adoc @@ -3,6 +3,14 @@ This is the official Gradle plugin to compile Frege projects (https://github.com/Frege/frege). See the example project, https://github.com/mperry/frege-gradle-example, for how to use this plugin. +This plugin creates the following tasks: +- compileFrege +- compileTestFrege +- fregeRepl +- fregeQuickCheck +- fregeDoc +- fregeNativeGen + = Usage See https://plugins.gradle.org/plugin/org.frege-lang |