랭킹으로 돌아가기
ionic-team/ionic-cli
TypeScriptThe Ionic command-line interface
ioniccli
주요 지표
스타 성장
스타
2k
포크
683
주간 성장
—
이슈
343
5001k1.5k2k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
아티팩트npm
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.
관련 저장소