The <info>%command.name%</info> 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:
  <comment>namespace</comment>: e.g. Acme\\Blog (do not include suffix. e.g. 'Module')
  <comment>type</comment>: Module or Theme

Note that you can use <comment>/</comment> instead of <comment>\\ </comment>for the namespace delimiter if you wish.

<info>php %command.full_name% Acme/Blog Module</info>

<comment>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`</comment>
