Skip to content

IkumaTadokoro/cuin

Repository files navigation

cuin

npm version License: MIT

cuin is a tool for analyzing and visualizing component usage patterns in React projects. It helps you understand where components are used throughout your project and what props are being passed to them.

Usage

Basic Usage

Run the following command in your project root directory:

npx @ikuma-t/cuin

Your browser will automatically open to http://localhost:3214 where you can view the analysis results.

CleanShot 2026-01-13 at 20 10 21@2x CleanShot 2026-01-13 at 20 10 45@2x

Options

npx @ikuma-t/cuin [options]

Options:
  -p, --path <path>   Path to analyze (default: current directory)
  -P, --port <port>   Port number for the server (default: 3214)
  -h, --help          Display help message

Examples

# Analyze a specific directory
npx @ikuma-t/cuin --path ./src

# Run on a different port
npx @ikuma-t/cuin --port 8080

License

MIT License - see the LICENSE file for details.

Links

About

Component Usage Inspector for React Project

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5