@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 react-lens
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
- react-lens analyze [path] [options]
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
- react-lens graph [path] --output <file.svg|file.dot>
39
+ reactlens graph [path] --output <file.svg|file.dot>
40
40
  ```
41
41
 
42
42
  ## Logical Flow and Architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohamed_fadl/reactlens",
3
- "version": "1.2.0-beta.1",
3
+ "version": "1.2.0-beta.4",
4
4
  "description": "Intelligent architectural analysis tool for React and Next.js applications.",
5
5
  "main": "./dist/cli/index.js",
6
6
  "bin": {