slimphp / Slim-Console

Slim Framework Console
https://slimframework.com
MIT License
28 stars 12 forks source link

Custom Templates for Integration Commands #24

Open l0gicgate opened 4 years ago

l0gicgate commented 4 years ago

After discussing with @JustSteveKing on Slack, I was thinking that we could enable the console user to maybe create components like route handlers and migrations.

Would we be able to provide the default action template from Slim-Skeleton and optionally the option for them to provide their own templates for those commands via the configuration object or other?

When creating X Component use X Template or fall back on Default

Thoughts?