๐Ÿ“ฆ ionic-team / ionic-cli

The Ionic command-line interface

โ˜… 2.0k stars โ‘‚ 682 forks ๐Ÿ‘ 2.0k watching โš–๏ธ MIT License
cliionic
๐Ÿ“ฅ Clone https://github.com/ionic-team/ionic-cli.git
HTTPS git clone https://github.com/ionic-team/ionic-cli.git
SSH git clone git@github.com:ionic-team/ionic-cli.git
CLI gh repo clone ionic-team/ionic-cli
Ionitron Ionitron chore(release): publish [skip ci] 54a76b5 10 months ago ๐Ÿ“ History
๐Ÿ“‚ develop View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ packages
๐Ÿ“ types
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ CODE_OF_CONDUCT.md
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ Dockerfile
๐Ÿ“„ lerna.json
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.base.json
๐Ÿ“„ README.md

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


:book: Documentation: https://ionicframework.com/docs/cli

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

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