@mhmdalimansour/mock-mock 1.0.6 → 1.0.7

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,6 +67,14 @@ mock-mock/
67
67
 
68
68
  ## Installation
69
69
 
70
+ ### Install From npm
71
+
72
+ ```bash
73
+ npm install -g @mhmdalimansour/mock-mock
74
+ ```
75
+
76
+ This installs the package published on npm as `@mhmdalimansour/mock-mock` and exposes the CLI command `mock-mock`.
77
+
70
78
  ### Local Development
71
79
 
72
80
  ```bash
@@ -81,7 +89,7 @@ npm run build
81
89
 
82
90
  ### Global Usage
83
91
 
84
- After building or publishing, the CLI command is:
92
+ After installing globally, the CLI command is:
85
93
 
86
94
  ```bash
87
95
  mock-mock --url <confluence-url>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhmdalimansour/mock-mock",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Production-grade CLI tool to generate mock servers from Confluence API documentation",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {