All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ework.profiles.web.2023.0.0.source-code.create-service.yml Maven / Gradle / Ivy

There is a newer version: 2023.2.0-M1
Show newest version
description:
    - Creates a Service
    - usage: 'create-service [service name]'
    - completer: org.grails.cli.interactive.completers.DomainClassCompleter
    - argument: "Service Name"
      description: "The name of the Service"
    - flag: force
      description: Whether to override existing files
steps:
 - command: render
   template: templates/artifacts/Service.groovy
   destination: app/services/@artifact.package.path@/@[email protected]
   convention: Service
 - command: render
   template: templates/testing/Service.groovy
   destination: src/test/groovy/@artifact.package.path@/@[email protected]
   convention: Service




© 2015 - 2024 Weber Informatics LLC | Privacy Policy