Skip to content

ionic-team/ionic-cli

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 - @ionic/cli-framework@6.0.0
 - @ionic/cli@7.1.5
 - @ionic/utils-subprocess@3.0.0
 - cli-scripts@2.1.72
d09653d

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Dependabot Status npm

Ionic CLI

The Ionic command line interface (CLI) is your go-to tool for developing Ionic apps.

Installation

npm install -g @ionic/cli

Detailed installation instructions can be found in the CLI documentation.

Usage

The Ionic CLI ships with command documentation, accessible in your terminal by using the --help flag. These docs are also available online.

  • For a list of commands:
ionic --help
ionic cordova --help
ionic capacitor --help
  • For command usage and a list of options:
ionic start --help
ionic serve --help
ionic cordova run --help

πŸ“– Documentation: https://ionicframework.com/docs/cli

πŸ“£ Support/Questions? Please see our Support Page for general support questions. The issues on GitHub should be reserved for bug reports and feature requests.

πŸ’– Want to contribute? Please see CONTRIBUTING.md.