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

ofiles.base.7.0.0.source-code.create-domain-class.yml Maven / Gradle / Ivy

The newest version!
description:
    - Creates a Domain Class
    - usage: 'create-domain-class [domain class name]'
    - argument: Domain Class Name
      description: The name of the domain class
    - flag: force
      description: Whether to override existing files
steps:
 - command: render
   template: templates/artifacts/DomainClass.groovy
   destination: grails-app/domain/@artifact.package.path@/@[email protected]
 - command: render
   template: templates/testing/DomainClass.groovy
   destination: src/test/groovy/@artifact.package.path@/@[email protected]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy