ohmyzsh/plugins/adwnode
2023-02-22 22:50:58 +01:00
..
_adwnode feat(adwnode): add plugin 2023-02-22 22:50:58 +01:00
adwnode.plugin.zsh feat(adwnode): add plugin 2023-02-22 22:50:58 +01:00
LICENSE feat(adwnode): add plugin 2023-02-22 22:50:58 +01:00
README.md feat(adwnode): add plugin 2023-02-22 22:50:58 +01:00

NodeJs - Scripts autocomplete

NodeJs Autocompleter

Instalation

To use it, add adwnode to the plugins array in your .zshrc file:

plugins=(... adwnode)

Usage

Just start typing yarn or npm run inside NodeJs app directory and double press tab key to start autocompleter.

NodeJs Autocompleter