feat(nats)!: rename nsc plugin to nats

This commit is contained in:
Carlo Sala 2023-01-17 13:18:43 +01:00
commit 61dd3682e6
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
4 changed files with 37 additions and 24 deletions

14
plugins/nats/README.md Normal file
View file

@ -0,0 +1,14 @@
# NATS plugin
This plugin adds completion for several tools from [NATS](https://nats.io/).
- [`nsc`](https://github.com/nats-io/nsc)
- [`natscli`](https://github.com/nats-io/natscli)
To use it, add `nats` to the plugins array in your zshrc file:
```zsh
plugins=(... nats)
```
This plugin does not add any aliases.