0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/ng/README.md

11 lines
218 B
Markdown
Raw Normal View History

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