@rayburst/cli 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/dist/chunk-ZAT3D23Y.js +806 -0
- package/dist/index.d.ts +54 -6
- package/dist/index.js +24 -6
- package/dist/vite-plugin.d.ts +6 -3
- package/dist/vite-plugin.js +6 -109
- package/package.json +5 -4
- package/dist/analysis/analyze-project.d.ts +0 -9
- package/dist/analysis/analyze-project.js +0 -440
- package/dist/git-utils.d.ts +0 -33
- package/dist/git-utils.js +0 -96
- package/dist/incremental-analyzer.d.ts +0 -128
- package/dist/incremental-analyzer.js +0 -259
- package/dist/local-storage.d.ts +0 -39
- package/dist/local-storage.js +0 -117
- package/dist/registry.d.ts +0 -89
- package/dist/registry.js +0 -287
package/README.md
CHANGED
|
@@ -83,7 +83,16 @@ The generated `analysis.json` contains:
|
|
|
83
83
|
- **Branches**: Git branch information
|
|
84
84
|
- **Files**: Modification timestamps
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
## Viewing Your Analysis
|
|
87
|
+
|
|
88
|
+
Once analysis is complete, open the [Rayburst web application](https://rayburst.app) in Chrome or Edge:
|
|
89
|
+
|
|
90
|
+
1. Click "Add Project" button
|
|
91
|
+
2. Select your project folder
|
|
92
|
+
3. The app will load `.rayburst/analysis.json` automatically
|
|
93
|
+
4. Explore your codebase visually with interactive dependency graphs
|
|
94
|
+
|
|
95
|
+
The web app uses the File System Access API (Chrome/Edge only) to read your local analysis data.
|
|
87
96
|
|
|
88
97
|
## Example Output
|
|
89
98
|
|