yex
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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 <workspace-name>? 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

$ npm install -g yex
# OR 
$ npx yex

CLI

  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

Dependents (0)

Package Sidebar

Install

npm i yex

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

129 kB

Total Files

16

Last publish

Collaborators

  • epilande