]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/ng/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / ng / README.md
1 # ng plugin
2
3 This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli)
4 (named `ng`).
5
6 To use it, add `ng` to the plugins array of your zshrc file:
7
8 ```zsh
9 plugins=(... ng)
10 ```