Socket
Socket
Sign inDemoInstall

@capacitor/cli

Package Overview
Dependencies
18
Maintainers
0
Versions
798
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/cli

Capacitor: Cross-platform apps with JavaScript and the web


Version published
Weekly downloads
314K
increased by5.23%
Maintainers
0
Created
Weekly downloads
 

Package description

What is @capacitor/cli?

@capacitor/cli is a command-line interface tool for Capacitor, a cross-platform native runtime that makes it easy to build web apps that run natively on iOS, Android, and the web. The CLI provides commands to create, build, and manage Capacitor projects.

What are @capacitor/cli's main functionalities?

Creating a new Capacitor project

This command initializes a new Capacitor project. It sets up the necessary files and directories to start building a cross-platform application.

npx @capacitor/cli create

Adding a native platform

This command adds the iOS platform to your Capacitor project, allowing you to build and run your app on iOS devices.

npx cap add ios

Building the web assets

This command builds the web assets of your Capacitor project. It compiles the web code and prepares it for deployment to native platforms.

npx cap build

Syncing the project

This command synchronizes the web assets and native platform code. It ensures that the latest web code is copied to the native project directories.

npx cap sync

Opening the native IDE

This command opens the native Android project in Android Studio. It allows you to make native code changes and run the app on an Android emulator or device.

npx cap open android

Other packages similar to @capacitor/cli

Readme

Source

Capacitor CLI

The Capacitor command-line interface should be installed locally and executed through npm scripts.

npm install @capacitor/cli --save-dev

Using Capacitor CLI

Consult the Getting Started guide for information on using the CLI and Capacitor scripts.

License

  • MIT

Keywords

FAQs

Last updated on 05 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc