# NodeJs - Scripts autocomplete

## 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.
