Skip to content
/ nrun Public

Interactive autocompletion support for npm scripts.

License

Notifications You must be signed in to change notification settings

yuyinws/nrun

Repository files navigation

nrun

Interactive npm sciprts completion.

npm version npm downloads bundle License

Kapture 2023-11-21 at 14.24.10

Usage

cli

npm insall -g @yuyin/nrun
nrun

Zsh Integration

Note Make sure you have globally installed @yuyin/nrun.

git clone -b zsh https://github.com/yuyinws/nrun ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-nrun
# .zshrc

plugins=(
  ...
  zsh-nrun
)

Now, when you enter npm run and press the space key twice, it will work.

It also detects commands such as yarn, pnpm, and nr...

About

Interactive autocompletion support for npm scripts.

Topics

Resources

License

Contributing

Stars

Watchers

Forks