1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
ohmyzsh/plugins/ng/README.md

11 lines
218 B
Markdown
Raw Normal View History

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