feat(adwnode): add plugin

This commit is contained in:
Adrian Wojdat 2023-02-22 22:50:58 +01:00
commit dc019bc3ec
4 changed files with 55 additions and 0 deletions

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

@ -0,0 +1,14 @@
# NodeJs - Scripts autocomplete
<p align="center"><img src="https://drive.google.com/uc?id=183iJtqEywucyUWWJYv_PTg-Tb2bKlZLN" alt="NodeJs Autocompleter"></p>
## Instalation
To use it, add `adwnode` to the plugins array in your .zshrc file:
```shell
plugins=(... adwnode)
```
## Usage
Just start typing `yarn` or `npm run` inside NodeJs app directory and double press tab key to start autocompleter.
<p align="center"><img src="https://drive.google.com/uc?id=1kQFPM2i4MzuICihUMSiKGRo14nQwr5rS" alt="NodeJs Autocompleter"></p>