Application
Create an Ionic React 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.z
#
--unitTestRunnerDefault: jest
Type: string
Possible values: jest
, none
Test runner to use for unit tests.
#
--e2eTestRunnerDefault: cypress
Type: string
Possible values: cypress
, none
Test runner to use for unit tests.
#
--tagsAlias(es): t
Type: string
Add tags to the application (used for linting).
#
--jsDefault: false
Type: boolean
Generate JavaScript files rather than TypeScript files.
#
--capacitorDefault: true
Type: boolean
Generate a Capacitor project.