Having trouble remembering what command to start/test/lint/xxx your project?
yx
is all you need to remember.
yx
finds commands in the following location:
-
"scripts"
inpackage.json
-
node_modules/.bin/
and present it as an autocomplete in the terminal, so you can search and filter the command to run.
You can install yx
globally via:
$ npm install --global @tanhauhau/yx