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: 10 days ago
JSON representation
Create a new Capacitor app ⚡️
- Host: GitHub
- URL: https://github.com/ionic-team/create-capacitor-app
- Owner: ionic-team
- License: other
- Created: 2020-08-21T22:26:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T13:58:19.000Z (8 months ago)
- Last Synced: 2025-04-05T18:22:27.292Z (3 months ago)
- Topics: android, capacitor, cross-platform, css, html, ios, java, javascript, pwa, swift
- Language: TypeScript
- Homepage:
- Size: 94.7 KB
- Stars: 7
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```