DESCRIPTION
        create-plugin

	Creates a new Griffon plugin for the given name.

SYNTAX
        create-plugin [options] [name]

ARGUMENTS
        name
                The name of the plugin to be created.

OPTIONS
        --app-version
                Version to be set on the plugin.
                (defaults to 0.1)
        --inplace
                If true creates the plugin in the current directory.
                (defaults to false)
        --non-interactive
                Controls if the shell can ask for input or not.
