@dataramen/cli 0.0.45-rc.1 → 0.0.45-rc.3
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 +11 -1
- package/dist/README.md +11 -1
- package/dist/code/web/assets/index-BbvyVDXm.css +1 -0
- package/dist/code/web/assets/index-Bt0qvyar.js +284 -0
- package/dist/code/web/index.html +2 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/dist/code/web/assets/index-7X7kO4Q3.css +0 -1
- package/dist/code/web/assets/index-CdROobL8.js +0 -284
package/README.md
CHANGED
|
@@ -49,7 +49,17 @@ dataramen start
|
|
|
49
49
|
|
|
50
50
|
### Open the App
|
|
51
51
|
|
|
52
|
-
Go to
|
|
52
|
+
Go to `localhost:4466` in your browser. Your local server will connect automatically.
|
|
53
|
+
|
|
54
|
+
### Update the App
|
|
55
|
+
|
|
56
|
+
You can update DataRamen CLI using `NPM` install command:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npm i -g @dataramen/cli
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
The above command will install latest stable version.
|
|
53
63
|
|
|
54
64
|
## 🔧 Additional CLI Commands
|
|
55
65
|
|
package/dist/README.md
CHANGED
|
@@ -49,7 +49,17 @@ dataramen start
|
|
|
49
49
|
|
|
50
50
|
### Open the App
|
|
51
51
|
|
|
52
|
-
Go to
|
|
52
|
+
Go to `localhost:4466` in your browser. Your local server will connect automatically.
|
|
53
|
+
|
|
54
|
+
### Update the App
|
|
55
|
+
|
|
56
|
+
You can update DataRamen CLI using `NPM` install command:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npm i -g @dataramen/cli
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
The above command will install latest stable version.
|
|
53
63
|
|
|
54
64
|
## 🔧 Additional CLI Commands
|
|
55
65
|
|