-
-
Notifications
You must be signed in to change notification settings - Fork 46
Cot CLI create models #481
Copy link
Copy link
Closed
Labels
C-cliCrate: cot-cli (issues and Pull Requests related to Cot CLI)Crate: cot-cli (issues and Pull Requests related to Cot CLI)
Metadata
Metadata
Assignees
Labels
C-cliCrate: cot-cli (issues and Pull Requests related to Cot CLI)Crate: cot-cli (issues and Pull Requests related to Cot CLI)
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.