Application
Create an Ionic Angular application.
#
Usage#
Options#
--directoryAlias(es): d
Default: null
Type: string
The subdirectory of the new application. By default, apps will be generated under the apps/
directory.
#
--unitTestRunnerDefault: jest
Type: string
Possible values: jest
, karma
, none
Test runner to use for unit tests.
#
---e2eTestRunnerDefault: cypress
Type: string
Possible values: cypress
, none
Test runner to use for end to end (e2e) tests.
#
--tagsAlias(es): t
Type: string
Add tags to the application (used for linting).
#
--linterDefault: eslint
Type: string
Posible values: eslint
, tslint
The tool to use for running lint checks.
#
---templateDefault: blank
Type: string
Possible values: blank
, list
, sidemenu
, tabs
The starter template to use.
#
--capacitorDefault: true
Type: boolean
Generate a Capacitor project.