1.0.0 • Published 7 years ago
@tanhauhau/yx v1.0.0
yx
Having trouble remembering what command to start/test/lint/xxx your project?
yxis all you need to remember.
How does it work?
yx finds commands in the following location:
"scripts"inpackage.jsonnode_modules/.bin/
and present it as an autocomplete in the terminal, so you can search and filter the command to run.
Demo

Installation
You can install yx globally via:
$ npm install --global @tanhauhau/yx1.0.0
7 years ago