1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-03 00:24:31 +08:00
ohmyzsh/plugins/ng/README.md

11 lines
218 B
Markdown
Raw Normal View History

2020-02-28 02:26:03 +08:00
# ng plugin
2016-08-15 21:27:38 +08:00
2020-02-28 02:26:03 +08:00
This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli)
(named `ng`).
2016-08-15 21:27:38 +08:00
2020-02-28 02:26:03 +08:00
To use it, add `ng` to the plugins array of your zshrc file:
2016-08-15 21:27:38 +08:00
```zsh
2020-02-28 02:26:03 +08:00
plugins=(... ng)
2016-08-15 21:27:38 +08:00
```