1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-03-29 19:14:05 +08:00
ohmyzsh-mirror/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