homebox/.scaffold/model/scaffold.yaml

18 lines
334 B
YAML
Raw Normal View History

2023-03-05 07:00:28 +00:00
---
messages:
pre: |
# Ent Model Generation
With Boilerplate!
post: |
Complete!
questions:
- name: "model"
prompt:
message: "What is the name of the model? (PascalCase)"
required: true
rewrites:
- from: 'templates/model.go'
to: 'backend/internal/data/ent/schema/{{ lower .Scaffold.model }}.go'