homebox/.scaffold/model/scaffold.yaml

19 lines
413 B
YAML
Raw Normal View History

2023-03-05 07:00:28 +00:00
---
2023-03-06 06:30:16 +00:00
# yaml-language-server: $schema=https://hay-kot.github.io/scaffold/schema.json
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'