Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionic-team/ionic-cli
The Ionic command-line interface
https://github.com/ionic-team/ionic-cli
cli ionic
Last synced: 2 days ago
JSON representation
The Ionic command-line interface
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-cli
- Owner: ionic-team
- License: mit
- Created: 2013-11-20T16:30:31.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-19T17:09:02.000Z (5 months ago)
- Last Synced: 2024-10-20T00:24:06.154Z (15 days ago)
- Topics: cli, ionic
- Language: TypeScript
- Homepage:
- Size: 10.5 MB
- Stars: 1,995
- Watchers: 156
- Forks: 654
- Open Issues: 363
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- JavaScript-Guide - Ionic command line interface (CLI) - to tool for developing [Ionic](https://ionicframework.com/) apps. (Ionic Tools, Libraries, and Frameworks)
README
[![Build Status][ci-badge]][ci-badge-url]
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ionic-team/ionic-cli)](https://dependabot.com)
[![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](https://ionicframework.com/docs/installation/cli).
### 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.
:sparkling_heart: **Want to contribute?** Please see [CONTRIBUTING.md](https://github.com/ionic-team/ionic-cli/blob/develop/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