Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epilande/yex

🦖 Yarn explore and execute
https://github.com/epilande/yex

cli ink react typescript yarn yarn-workspaces

Last synced: 2 months ago
JSON representation

🦖 Yarn explore and execute

Awesome Lists containing this project

README

        


Yex 🦖



Yarn Explorer


GitHub
npm



## Why?

Ever get lost in your yarn workspaces?
Always forgetting what commands you have available?
Spending a lot of time traversing through workspaces and `package.json`?
Tired of writing `yarn workspace `?
You want an overview of available scripts and a preview of the command?

## Solution

This is an interactive CLI tool that will parse through your `package.json`'s and display an overview of your workspaces and available scripts.
From there, you can fuzzy find available workspaces and scripts, run commands, and add additional arguments.

This tool aims to improve discoverability and make it easier to work with `yarn workspaces` and your JavaScript applications.

## Installation

```bash
$ npm install -g yex
# OR
$ npx yex
```

## CLI

```shell
Usage:
$ yex [options]

Options:
--limit, -l Limit number of items to display.
--copy, -c Copy command to clipboard.
--help, -h Display this message.
--version, -v CLI Version.

Examples:
$ yex
$ yex --copy
$ yex --limit=5
```

## License

[MIT License](https://oss.ninja/mit/epilande/)