$ grace create-taglib [Tag Library Name]
create-taglib
Description
Creates a Tag Library.
Arguments
Name |
Description |
Required |
Tag Library Name |
The name of the Tag Library |
true |
Flags
Name |
Description |
Type |
force |
Whether to overwrite existing files |
boolean, default: false |
Usage
Examples
$ grace create-taglib Post
| Created app/taglib/grace/demos/PostTagLib.groovy
| Created src/test/groovy/grace/demos/PostTagLibSpec.groovy