Volver al ranking
ionic-team/ionic-cli
TypeScriptThe Ionic command-line interface
ioniccli
Métricas clave
Crecimiento de estrellas
Estrellas
2k
Forks
683
Crecimiento semanal
—
Issues
343
5001k1.5k2k
ene 2023ago 2023mar 2024oct 2024may 2025dic 2025jul 2026
Artefactosnpm
npm install ionic-cliREADME
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.
Repositorios relacionados