$ grace create-service [Service Name]
create-service
Description
Creates a Service.
Arguments
Name |
Description |
Required |
Service Name |
The name of the Service |
true |
Flags
Name |
Description |
Type |
force |
Whether to overwrite existing files |
boolean, default: false |
Usage
Examples
$ grace create-service Post
| Created app/services/grace/demos/PostService.groovy
| Created src/test/groovy/grace/demos/PostServiceSpec.groovy