Xtemplates Plugin
Dependency :
compile ":xtemplates:0.1"
Summary
Description
Xtemplates Plugin
This plugin provides extensible template capabilities for static scaffolding. The default scaffolding templates are limited to generate list, create, edit and show views. With the xtemplates plugin you can generate any number of views. In the xtemplates generation process also a runtime loaded Helper class (which can be customized just like the templates) is binded so you can execute any code in the generation process.Installation
To install the xtemplates plugin type this command from your project's root folder:grails install-plugin xtemplates
Commands
grails install-i18n-xtemplates grails install-xtemplates grails uber-xgenerate grails xgenerate-all grails xgenerate-controller grails xgenerate-i18n-messages grails xgenerate-views
Usage
TODOPlugin version history
0.1 (October 1, 2008)
- First version