The %command.name% command helps you generate a new Zikula extension.
By default, the command interacts with the developer to tweak the generation.
Any passed option will be used as a default value for the interaction
optional arguments:
namespace: e.g. Acme\\Blog (do not include suffix. e.g. 'Module')
type: Module or Theme
force: Required if using 'Zikula' as vendor name (not recommended).
Note that you can use / instead of \\ for the namespace delimiter if you wish.
php %command.full_name% Acme/Blog Module
Note:
In order to use other make:foo commands, you must install the extension!
first run `php bin/console cache:clear`
second run `php bin/console z:e:i AcmeBlogModule`