Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nr-cli

Jameswain21MIT1.0.9

Ask for the scripts command to run in the package.json file

npm, run, nr, ask, scripts, package.json

readme

介绍

  • ❓ 您是否厌倦了package.json中的scripts命令过长,总输入错误?
  • ❓ 您是否总是忘记package.json中scripts的一些命令?
  • 💡 那么nr就将会是您一个不错的选择,您只需在package.json所在的目录下输入nr命令,即可把所有可执行的命令帮您列出来,让您选择一个命令执行,您还可以使用模糊搜索您要执行的命令。

安装

$ npm install -g nr-cli

使用

$ nr

01

changelog

v1.0.7

2019-06-17

  • 🚀 支持windows

v1.0.6

2019-06-16

  • 🔨 bug fix

v1.0.5

2019-06-16

  • 🚚 添加查看当前版本参数

v1.0.3

2019-06-16

  • 🚚 添加升级提示

v1.0.1

2019-06-16

  • 🚚 添加升级提示

v1.0.0

2019-06-16

  • 🚀 添加命令搜索功能