Создание модуля:
codegen module <module-name> /IncludeInSolution:true
codegen controller <module-name> <controller-name>
codegen datamigration <feature-name>
Создание темы:
codegen theme <theme-name> /CreateProject:true /IncludeInSolution:true
Создание Part'a (
codegen extensions):
codegen part <module_name> <part_name> [/Properties:<comma-delimited list of name:type pairs>]