Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanhauhau/yx
yx = yarn run + npx + auto-complete
https://github.com/tanhauhau/yx
Last synced: 21 days ago
JSON representation
yx = yarn run + npx + auto-complete
- Host: GitHub
- URL: https://github.com/tanhauhau/yx
- Owner: tanhauhau
- License: mit
- Created: 2018-12-19T07:58:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T14:29:10.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T13:31:00.040Z (6 months ago)
- Language: JavaScript
- Size: 435 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yx
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-js.svg)](https://forthebadge.com)> 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:
- [x] `"scripts"` in `package.json`
- [x] `node_modules/.bin/`and present it as an autocomplete in the terminal, so you can search and filter the command to run.
## Demo
![demo](./demos/yx.gif)
## Installation
You can install `yx` globally via:
```
$ npm install --global @tanhauhau/yx
```