ionic init [name]
Initialize existing projects with Ionic
Arguments
| Name | Description | 
|---|---|
| name | The name of your project (e.g. myApp, "My App") | 
Options
| Name | Description | 
|---|---|
| --type  <type> | Type of project (e.g. angular, react, vue, custom) | 
| --force, -f | Initialize even if a project already exists | 
| --multi-app | Initialize a multi-app project | 
| --project-id  <slug> | Specify a slug for your app | 
| --default | Mark the initialized app as the default project |