ComponentCommand extends Command
FinalYes
Command for generate a simple component with a class and a template.
Example (run from DOCUMENT_ROOT/bitrix
folder) (will be created using the path
php bitrix.php make:component calendar.open-events.list
Example custom namespace (will be created using the path
php bitrix.php make:component up:calendar.open-events.list
Example local (will be created using the path
php bitrix.php make:component calendar.open-events.list --local
Example no module (will be created using the path
php bitrix.php make:component up:calendar.open-events.list --no-module