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.
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
.
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
.