DESCRIPTION
        create-addon

	Creates a new Griffon addon for the given name.

SYNTAX
        create-addon [options] [name]

ARGUMENTS
        name
                The name of the addon to be created.

OPTIONS
        --app-version
                Version to be set on the addon.
                (defaults to 0.1)
        --archetype
                Archetype to be searched for templates.
                (defaults to default)
        --file-type
                Source file type.
                (defaults to groovy)
        --inplace
                If true creates the addon in the current directory.
                (defaults to false)
        --non-interactive
                Controls if the shell can ask for input or not.
