Skip to content

epilande/yex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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