mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(adwnode): add plugin
This commit is contained in:
parent
aca048814b
commit
dc019bc3ec
4 changed files with 55 additions and 0 deletions
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue