feat(volta): add volta plugin (#10441)

For Volta JavaScript toolchain
https://github.com/volta-cli/volta
This commit is contained in:
Patrick Fitzgerald 2021-12-17 15:47:56 -08:00 committed by GitHub
commit 08d086a09c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 309 additions and 0 deletions

11
plugins/volta/README.md Normal file
View file

@ -0,0 +1,11 @@
# Volta
This plugin provides completion for [Volta](https://volta.sh/).
To use it add volta to the plugins array in your zshrc file.
```bash
plugins=(... volta)
```
This plugin installs no aliases.