Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ionic-team/create-capacitor-app

Create a new Capacitor app ⚡️
https://github.com/ionic-team/create-capacitor-app

android capacitor cross-platform css html ios java javascript pwa swift

Last synced: 2 days ago
JSON representation

Create a new Capacitor app ⚡️

Awesome Lists containing this project

README

        

# Create Capacitor App

Create a minimal (no JS framework) Capacitor app.

## Usage

```
npm init @capacitor/app [] -- [options]
```

:memo: `npm init ` requires npm 6+

You can also try the following methods to use this package:

- `npx @capacitor/create-app [] [options]`
- `yarn create @capacitor/app [] [options]`
- `npm install -g @capacitor/create-app && create-capacitor-app [] [options]`

### Options

```
--name ............. Human-friendly app name
--app-id ............. Unique app ID in reverse-DNS notation
```