New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor/create-app

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/create-app

Create a new Capacitor project

0.0.3
Source
npm
Version published
Weekly downloads
576
3.41%
Maintainers
7
Weekly downloads
 
Created
Source

Create Capacitor App

Create a minimal (no JS framework) Capacitor app.

:rotating_light: This tool is for Capacitor 3, which is in active development :rotating_light:

To create minimal Capacitor 2 apps, use npx @capacitor/cli create. Follow Capacitor 3 development in this issue.

Usage

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

: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

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

Keywords

capacitor

FAQs

Package last updated on 05 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts