radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Custom console commands #5

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. A user of the framework has no easy way to create their own commands

Describe the solution you'd like The ability to create extra commands with the frameworks fluent builder

Describe alternatives you've considered Writing custom commands with WP_CLI

Additional context There will need to be a way of loading the commands on the fly or in a service provider. Laravel handles it with auto-discovery, possibly an option