1.0.1 • Published 6 months ago

@yuyin/nrun v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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...

1.0.1

6 months ago

0.0.1-beta.6

6 months ago

0.0.1-beta.5

6 months ago

0.0.1-beta.4

6 months ago

0.0.1-beta.3

6 months ago