gg-express 1.0.30 → 1.0.31
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/package.json +1 -1
- package/readme.md +0 -13
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -18,20 +18,7 @@
|
|
|
18
18
|
- API Connector Generation: It automatically generates an API connector class file for your front-end, making API calls more reliable and type-safe.
|
|
19
19
|
|
|
20
20
|
## Installation
|
|
21
|
-
|
|
22
|
-
Install the package using either `npm` or `yarn`:
|
|
23
|
-
|
|
24
|
-
### Using npm:
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
npm install gg-express
|
|
28
|
-
|
|
29
|
-
## Installation
|
|
30
|
-
|
|
31
|
-
You can install this package using npm or yarn:
|
|
32
|
-
|
|
33
21
|
```bash
|
|
34
|
-
# Using npm
|
|
35
22
|
npm install gg-express
|
|
36
23
|
```
|
|
37
24
|
|