(Quick Reference)

create-plugin

目的
Purpose

The create-plugin command creates a Grails plugin project.

使用例
Examples

grails create-plugin simple

詳細
Description

Creates a Grails plugin project. A Grails plugin project is just like an application project except it contains a plugin descriptor and can be packaged as a plugin and installed into other applications.

Plugins are not just useful for plugin developers, but also as a way to modularize large Grails applications. Refer to the section on Plugin Development in the user guide for more information on developing plugins for Grails.

使用方法:

Usage:

grails create-plugin [name]

発生するイベント:

Fired Events:
  • StatusFinal - When the plugin has been created