Suite workspace generators¶
The Suite Framework includes
workspace generators to be
used with the nx
CLI. These generators are known as
Info
The commands described here should be run into the /angular
folder.
AddTestsFiles¶
Usage¶
Bash | |
---|---|
Options¶
groupingFolderName¶
The name of the folder that will group this module
Type: string
.
Default argument index: 2
.
libraryName¶
The name of the library
Type: string
.
Default argument index: 1
.
moduleName¶
The name of the module
Required: True
.
Type: string
.
Default argument index: 0
.
NewSuiteModule¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
SuiteApp¶
Usage¶
Bash | |
---|---|
Options¶
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
tags¶
Add tags to the project (used for linting)
Type: string
.
Default: scope:app
.
ListFormPage¶
Usage¶
Bash | |
---|---|
Options¶
cud¶
Cud selection
Required: True
.
Type: string
.
module¶
Modulo location
Required: True
.
Type: string
.
name¶
Name of the feature
Required: True
.
Type: string
.
tags¶
Add tags to the project (used for linting)
Type: string
.
SuiteDomainLibrary¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
tags¶
Add tags to the project (used for linting)
Type: string
.
Default: type:domain
.
SuiteFeatureLibrary¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
routing¶
Create a routing module fot the Feature Module
Type: boolean
.
FormPage¶
Usage¶
Bash | |
---|---|
Options¶
module¶
Modulo location
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
preset¶
Preset configuration to load customizations
Required: True
.
Type: string
.
tags¶
Add tags to the project (used for linting)
Type: string
.
SuiteNodeLibrary¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
SuiteRoot¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
SuiteSharedLibrary¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
SuiteUiLibrary¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.
SuiteWidget¶
Usage¶
Bash | |
---|---|
Options¶
directory¶
A directory where the project is placed
Type: string
.
name¶
Required: True
.
Type: string
.
Default argument index: 0
.