diff options
author | 2024-03-25 16:43:09 +0530 | |
---|---|---|
committer | 2024-03-25 16:43:09 +0530 | |
commit | a62114c91f2070c8c8453d117f3d81dc113e41ff (patch) | |
tree | f266e87af29a08c01f82bc32dd7d463d8ec4441a /zsh/oh-my-zsh/plugins/ionic/README.md | |
parent | af120ab348f2e1a5a39dec035ed9dcf84189a64e (diff) | |
download | dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.tar.gz dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.tar.bz2 dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.zip |
dotfile update
Diffstat (limited to 'zsh/oh-my-zsh/plugins/ionic/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/ionic/README.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/zsh/oh-my-zsh/plugins/ionic/README.md b/zsh/oh-my-zsh/plugins/ionic/README.md deleted file mode 100644 index 3ec4fc8..0000000 --- a/zsh/oh-my-zsh/plugins/ionic/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# Ionic plugin - -This plugin adds completion for the [Ionic CLI](https://ionicframework.com/docs/cli), -as well as some aliases for common Ionic commands. - -To use it, add `ionic` to the plugins array in your zshrc file: - -```zsh -plugins=(... ionic) -``` - -## Aliases - -| Alias | Command | Description | -|-------|--------------------------------------|------------------------------------------------------------------| -| iv | `ionic --version` | Check Ionic version | -| ih | `ionic --help` | Ionic help command | -| ist | `ionic start` | Create a new project | -| ii | `ionic info` | Print system/environment info | -| is | `ionic serve` | Start a local dev server for app dev/testing | -| icba | `ionic cordova build android` | Build web assets and prepare app for android platform targets | -| icbi | `ionic cordova build ios` | Build web assets and prepare app for ios platform targets | -| icra | `ionic cordova run android` | Run an Ionic project on a connected android device | -| icri | `ionic cordova run ios` | Run an Ionic project on a connected ios device | -| icrsa | `ionic cordova resources android` | Automatically create icon and splash screen resources for android| -| icrsi | `ionic cordova resources ios` | Automatically create icon and splash screen resources for ios | -| icpaa | `ionic cordova platform add android` | Add Cordova android platform targets | -| icpai | `ionic cordova platform add ios` | Add Cordova ios platform targets | -| icpra | `ionic cordova platform rm android` | Remove Cordova platform targets | -| icpri | `ionic cordova platform rm ios` | Remove Cordova platform targets | |