You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
885 B
33 lines
885 B
# Ember CLI |
|
|
|
This plugin adds completion and aliases for using [`ember-cli`](https://cli.emberjs.com/). |
|
|
|
To use it, add `ember-cli` to the plugins array in your zshrc file: |
|
|
|
```zsh |
|
plugins=(... ember-cli) |
|
``` |
|
|
|
## Aliases |
|
|
|
| Alias | Command | |
|
| ----- | -------------------- | |
|
| `ea` | `ember addon` | |
|
| `eb` | `ember build` | |
|
| `ed` | `ember destroy` | |
|
| `eg` | `ember generate` | |
|
| `eh` | `ember help` | |
|
| `ei` | `ember install` | |
|
| `ein` | `ember init` | |
|
| `es` | `ember serve` | |
|
| `et` | `ember test` | |
|
| `ets` | `ember test --serve` | |
|
| `eu` | `ember update` | |
|
| `ev` | `ember version` | |
|
|
|
## Maintainers |
|
|
|
- [BilalBudhani](https://github.com/BilalBudhani) |
|
- [eubenesa](https://github.com/eubenesa) |
|
- [scottkidder](https://github.com/scottkidder) |
|
- [t-sauer](https://www.github.com/t-sauer)
|
|
|