browser-terminal-cli 1.0.0 → 1.0.2
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 +1 -1
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
A powerful, customizable, and lightweight terminal/CLI interface for browser-side JavaScript applications. Create beautiful command-line interfaces in your web apps with ease.
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<img src="https://raw.githubusercontent.com/
|
|
12
|
+
<img src="https://raw.githubusercontent.com/liladhiee-web/browser-terminal-cli/refs/heads/main/demo.gif" alt="Browser Terminal CLI Demo" width="700">
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
## ✨ Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browser-terminal-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A customizable terminal/CLI interface for browser-side JavaScript",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,11 @@
|
|
|
21
21
|
"terminal",
|
|
22
22
|
"cli",
|
|
23
23
|
"console",
|
|
24
|
-
"browser"
|
|
24
|
+
"browser",
|
|
25
|
+
"web-terminal",
|
|
26
|
+
"javascript",
|
|
27
|
+
"frontend",
|
|
28
|
+
"interactive"
|
|
25
29
|
],
|
|
26
30
|
"author": "Adhi",
|
|
27
31
|
"license": "MIT",
|
|
@@ -35,4 +39,4 @@
|
|
|
35
39
|
"tslib": "^2.6.0",
|
|
36
40
|
"typescript": "^5.0.0"
|
|
37
41
|
}
|
|
38
|
-
}
|
|
42
|
+
}
|