Is it possible to modify the skeleton structure for a plugin?
I've found in the docs and it says how to change the skel for baking a project using
cake bake project -skel Console/Templates/skel
However, what I want is to be able to bake a plugin, something like:
cake bake plugin Demo -skel Console/Templates/demo_skel
and be able to provide custom css/javascripts/views/etc, but just for my plugin, not the whole app.
Thanks.