mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-01 21:15:42 +00:00
18 lines
No EOL
334 B
YAML
18 lines
No EOL
334 B
YAML
---
|
|
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' |