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