mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-30 15:14:44 +01:00
feat(adwnode): add plugin
This commit is contained in:
14
plugins/adwnode/README.md
Normal file
14
plugins/adwnode/README.md
Normal 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>
|
||||
Reference in New Issue
Block a user