GitHunt
TY

tylerflint/ionic-cli

The Ionic command-line interface

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.

Languages

TypeScript97.1%CSS1.6%JavaScript0.7%HTML0.6%Dockerfile0.0%
MIT License
Created April 16, 2021
Updated April 16, 2021
tylerflint/ionic-cli | GitHunt