ionic-team / create-capacitor-app

Create a new Capacitor app ⚡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Capacitor App

Create a minimal (no JS framework) Capacitor app.

Usage

npm init @capacitor/app [<path>] -- [options]

📝 npm init <pkg> requires npm 6+

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

  • npx @capacitor/create-app [<path>] [options]
  • yarn create @capacitor/app [<path>] [options]
  • npm install -g @capacitor/create-app && create-capacitor-app [<path>] [options]

Options

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

About

Create a new Capacitor app ⚡️

License:Other


Languages

Language:TypeScript 58.8%Language:JavaScript 33.4%Language:HTML 7.5%Language:CSS 0.3%