mvc-flask icon indicating copy to clipboard operation
mvc-flask copied to clipboard

Create CLI commands for mvc

Open marcuxyz opened this issue 2 years ago • 0 comments

For enhancement the extensions, we could create commands for generate controllers and etc. E.g:

flask generate controller home

The command must generate file:

app
├── controllers
│   └── home_controller.py

marcuxyz avatar Nov 24 '22 09:11 marcuxyz