You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joelparkerhenderson
changed the title
Generataors are awesome; can the guides tell us more about them?
Generators are awesome; can the guides tell us more about them?
Dec 21, 2024
I see a big opportunity to help new users get productive with Loco by using generators.
Idea 1: new web help page "Generators".
Describe the various generator options, field types, typical examples, etc.
Perhaps link it in the website top nav bar, near the links "Models" and "Controllers"?
Idea 2: append more help to
cargo loco generate scaffold --help
.Describe more generator information, such as generator examples, and especially the possible model field types (e.g. string, int).
AFAICT the field type list will be the same as when I provide a fake type such as
cargo loco generate scaffold --html x x:'x'
The text was updated successfully, but these errors were encountered: