@mohamed_fadl/reactlens 1.2.0-beta.1 → 1.2.0-beta.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ To use the visual graph generation features (`graph` command), you must have **G
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install -g
|
|
18
|
+
npm install -g @mohamed_fadl/reactlens
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Usage & Commands
|
|
@@ -24,7 +24,7 @@ npm install -g react-lens
|
|
|
24
24
|
Analyze your project's architectural health, complexity, and dependencies.
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
|
|
27
|
+
reactlens analyze [path] [options]
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
**Options:**
|
|
@@ -36,7 +36,7 @@ react-lens analyze [path] [options]
|
|
|
36
36
|
Generate a visual representation of your project's module relationships.
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
|
|
39
|
+
reactlens graph [path] --output <file.svg|file.dot>
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## Logical Flow and Architecture
|