Skip to content

synQup maker commands

Maker allows you to generate project components with the following commands.

Commands

Command Description
synqup:create:module Create a new synQup module
synqup:create:package Create a new synQup package

Create a module

Generates directory and file structure for modules with options to add specific files

Arguments and Options

--name=NAME                                Module Name
--addCustomDocument                        Add costum document
--AddStartMessages                         Add start messages
--addSubscribers                           Add subscribers
--directory=[DIRECTORY]                    Directory
--enableApiClientPackage                   Enable api client package
--enableTranslationPackage                 Enable translation package
--enableAttributePackage                   Enable attribute package
--dependency[=DEPENDENCY]                  List of dependencies
--require                                  Add package to composer.json

Create a package

Generates directory and file structure for packages

Arguments and Options

--name=NAME                                Package Name
--directory=[DIRECTORY]                    Directory
--enableApiClientPackage                   Enable api client package
--enableTranslationPackage                 Enable translation package
--enableAttributePackage                   Enable attribute package
--dependency[=DEPENDENCY]                  List of dependencies
--require                                  Add package to composer.json