Extension Icon

React DevTools

Launch React DevTools command-line application
Overview

React DevTools

This extension simplifies the process of opening command-line applications by integrating them with Raycast. Normally, to open a command-line app, you would need to open a terminal and type the corresponding command. With this tool, you can easily open React DevTools application through Raycast, making it more efficient and seamless.

Getting Started

  1. Install React DevTools
npm install -g react-devtools
  1. Configuring Your PATH

Modify your ~/.bashrc file with the following line:

export PATH="/DIR/TO/react-devtools:$PATH"