Is it possible to use Bake to generate basic CRUD views formatted in the Twig standard? I'm converting my templates generated by Bake manually and it's a lot of work. I'm using CakePHP 4.0.3 in my project and the "TwigView plugin" from cakephp/twig-view.
Note: In cakephp/legacy-twig-view this can be done with the following command:
bin/cake bake twig_template Tasks all -t WyriHaximus/TwigView