Create Capacitor App
Create a minimal (no JS framework) Capacitor app.
Usage
npm init @capacitor/app
:memo: npm init <pkg>
requires npm 6+
You can also try the following methods to use this package:
npx @capacitor/create-app
yarn create @capacitor/app
npm install -g @capacitor/create-app && create-capacitor-app
Options
Separate npm options with a --
separator, e.g. npm init @capacitor/app -- [options]
.
--name <name> ............. Human-friendly app name
--package-id <id> ......... Unique app ID in reverse-DNS notation
--dir <path> .............. Path of new app's directory