Add scaffolding constraints

This commit is contained in:
wpetit 2020-02-21 14:24:27 +01:00
parent bdf1e63b06
commit 5a5ddf7105
1 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ vars:
- type: string
name: ProjectName
description: Project Name
constraints:
- rule: Input == ""
message: The project name cannot be empty.
- type: string
name: ProjectNamespace
description: The Go module namespace
description: The Go module namespace
constraints:
- rule: Input == ""
message: The module namespace cannot be empty.