Cot CLI create models #526
xelab04
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I like that I can do
cot migration make, it's convenient to have.I'm a sucker for Laravel. There, I am able to do something like
php artisan make:model <modelname>.It might be nice to have
cot model make modelnamewhich can create a model file in a models directory. It beats putting models directly in main.rs.It might also give a more "structured" or opinionated approach, so I'm not sure if this is something which would be well received.
All reactions