Quickly open WeChat mini program project with plans to support additional features like preview in the future.
- Open Project - Open configured mini program project via WeChat DevTool CLI.
- Preview Project - Generate QR Code for mini program project preview.
- Graphical Configuration - Complete graphical interface for dynamic project management.
Search for WeChat DevTool in the Raycast Store to install.
- Use the "Configure Projects" command to open the configuration interface.
- Configure CLI Path: WeChat DevTool CLI path, defaults to
/Applications/wechatwebdevtools.app/Contents/MacOS/cli
. - Add one or more projects:
- Project Name: Display name.
- Project Path: Complete path to the mini program project.
Since the official CLI tool is located inside the application bundle, Raycast's file picker may not be able to access files within the package. To resolve this:
- Open Finder and navigate to the Applications folder.
- Find the WeChat DevTool application.
- Right-click and select "Show Package Contents".
- Navigate to Contents/MacOS directory.
- Add the MacOS folder to Finder's sidebar.
- Return to Raycast and select the MacOS folder from the sidebar to directly access the CLI location.
Starting from v1.2.0, the extension supports displaying branches for both Git and Mercurial projects.
- If you're upgrading from a version before v1.2.0, please open "Configure Projects" and Save once (no changes needed) to record the repository type.
- If a project's repository type changes in the future, repeat the Save step in the "Configure Projects" to refresh detection.
For questions, contact author on GitHub.