Hi,
Vladimir Orany and I are happy to announce that we released a first
version of the Gradle Gaelyk plugin: https://github.com/bmuschko/gradle-gaelyk-plugin.
At the moment the plugin provides the following tasks/task rules:
- gaelykInstallPlugin: Installs plugin provided by the command line
property plugin.
- gaelykUninstallPlugin: Uninstalls plugin specified by given path or
name provided by the command line property plugin.
- gaelykListInstalledPlugins: Shows plugins that have been installed
by the gaelykInstallPlugin task.
- gaelykCreateController<ControllerName>: Creates a Gaelyk controller
(Groovlet).
- gaelykCreateView<ViewName>: Creates a Gaelyk view (Groovy
template).
For more information on how to use it have a look at the README file.
I hope you can give us some feedback. We'd like to add more tasks in
the future and improve the experience for the existing ones.
Cheers,
Ben