Raycast CLI commands for developing and managing extensions
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the Raycast CLI for building, testing, and publishing Raycast extensions using TypeScript and React. ## Installation & Prerequisites ## Core Commands ### `npx ray help` Lists all available CLI commands. ### `npx ray develop` Starts development mode with hot-reloading and debugging features. **Alternative npm scripts:** ### `npx ray build` Creates an optimized production build for distribution. **Alternative npm scripts:** ### `npx ray lint` Runs ESLint for all files in the `src` directory. ### `npx ray migrate` Migrates your extensi...