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