ionic-team
ionic-cli
TypeScript

The Ionic command-line interface

Last updated Jun 24, 2026
2.0k
Stars
683
Forks
368
Issues
0
Stars/day
Attention Score
96
Topics
Language breakdown
TypeScript 97.5%
HTML 2.1%
JavaScript 0.4%
Dockerfile 0.0%
โ–ธ Files click to expand
README

[![Build Status][ci-badge]][ci-badge-url] Dependabot Status [![npm][npm-badge]][npm-badge-url]

Ionic CLI

The Ionic command line interface (CLI) is your go-to tool for developing [Ionic][ionic-homepage] 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][ionic-cli-docs].

  • 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

:book: Documentation: [https://ionicframework.com/docs/cli][ionic-cli-docs]

:mega: Support/Questions? Please see our [Support Page][ionic-support] for general support questions. The issues on GitHub should be reserved for bug reports and feature requests.

:sparklingheart: Want to contribute? Please see CONTRIBUTING.md.

[ionic-homepage]: https://ionicframework.com [ionic-cli-docs]: https://ionicframework.com/docs/cli [ionic-support]: https://ionicframework.com/support

[ci-badge]: https://github.com/ionic-team/ionic-cli/workflows/CI/badge.svg [ci-badge-url]: https://github.com/ionic-team/ionic-cli/actions?query=workflow%3ACI [npm-badge]: https://img.shields.io/npm/v/@ionic/cli.svg [npm-badge-url]: https://www.npmjs.com/package/@ionic/cli

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท ionic-team/ionic-cli ยท Updated daily from GitHub