This repository has been archived on 2024-06-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dotfiles-old/dot_oh-my-zsh/plugins/ember-cli
2024-03-03 15:33:59 +01:00
..
_ember-cli Added basic nvim config, replaced vim with nvim 2024-03-03 15:33:59 +01:00
ember-cli.plugin.zsh Added basic nvim config, replaced vim with nvim 2024-03-03 15:33:59 +01:00
README.md Added basic nvim config, replaced vim with nvim 2024-03-03 15:33:59 +01:00

Ember CLI

This plugin adds completion and aliases for using ember-cli.

To use it, add ember-cli to the plugins array in your zshrc file:

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