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.
Run the following command in your project root directory:
npx @ikuma-t/cuinYour browser will automatically open to http://localhost:3214 where you can view the analysis results.
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# Analyze a specific directory
npx @ikuma-t/cuin --path ./src
# Run on a different port
npx @ikuma-t/cuin --port 8080MIT License - see the LICENSE file for details.