DESCRIPTION
        create-archetype

	Creates a new Griffon archetype for the given name.

SYNTAX
        create-archetype [options] [name]

ARGUMENTS
        name
                The name of the archetype to be created.

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