DESCRIPTION
        create-service

	Creates a new service class.

SYNTAX
        create-service [options] [name] 

ARGUMENTS
        name
                The name of the service to be created.

OPTIONS
        --archetype
                Archetype to be searched for templates.
                (defaults to default)
        --file-type
                Source file type.
                (defaults to groovy)
        --non-interactive
                Controls if the shell can ask for input or not.
        --skip-package-prompt
                Skips the usage of the application's default package if the name
                of the class is not fully qualified.
