@yuyin/nrun
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @yuyin/nrun

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.1 kB

Total Files

9

Last publish

Collaborators

  • yuyinws