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

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

description:
    - Creates an Application Command
    - usage: 'create-command [Command Name]'
    - argument: Command Name
      description: The name of the command
    - flag: force
      description: Whether to override existing files
steps:
 - command: render
   template: templates/artifacts/Command.groovy
   destination: grails-app/commands/@artifact.package.path@/@[email protected]
   convention: Command




© 2015 - 2024 Weber Informatics LLC | Privacy Policy