Skip to content
nihitdev edited this page Jul 30, 2026 · 7 revisions

yoo

yoo is an open-source CLI that quickly shows useful information about the current project.

Installation

WinGet

winget source update
winget install --id Nihitdev.yoo --exact

### Cargo

cargo install yoo

### npm

npm install --global @nihitde_v/yoo

### pnpm

pnpm add --global @nihitde_v/yoo

### Bun

bun add --global @nihitde_v/yoo

## Usage

Run this inside a project:

yoo

## Documentation

- [[Installation]]
- [[Usage]]
- [[Supported Projects]]
- [[Troubleshooting]]
- [[Contributing]]

## Links

- Source code (https://github.com/nihitdev/yo-cli)
- Releases (https://github.com/nihitdev/yo-cli/releases)
- Report a bug (https://github.com/nihitdev/yo-cli/issues)

Clone this wiki locally