ohmyzsh/plugins/ng/README.md

11 lines
218 B
Markdown
Raw Normal View History

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