mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
14 lines
529 B
Markdown
14 lines
529 B
Markdown
# 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>
|