1.0.0 • Published 5 years ago

@tanhauhau/yx v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

yx

forthebadge forthebadge forthebadge

Having trouble remembering what command to start/test/lint/xxx your project?

yx is all you need to remember.

How does it work?

yx finds commands in the following location:

  • "scripts" in package.json
  • node_modules/.bin/

and present it as an autocomplete in the terminal, so you can search and filter the command to run.

Demo

demo

Installation

You can install yx globally via:

$ npm install --global @tanhauhau/yx