@browsers-cli/se-cli 0.1.0 → 0.1.1
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
</p>
|
|
9
9
|
|
|
10
10
|
<p align="center">
|
|
11
|
-
<a href="https://www.npmjs.com/package/se-cli"><img src="https://img.shields.io/npm/v/se-cli?color=22C55E&label=npm" alt="npm version" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/@browsers-cli/se-cli"><img src="https://img.shields.io/npm/v/@browsers-cli/se-cli?color=22C55E&label=npm" alt="npm version" /></a>
|
|
12
12
|
<a href="https://github.com/se-cli/se-cli/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/se-cli/se-cli/ci.yml?branch=main&label=CI&color=22C55E" alt="CI" /></a>
|
|
13
|
-
<a href="https://www.npmjs.com/package/se-cli"><img src="https://img.shields.io/node/v/se-cli?color=22C55E" alt="Node.js" /></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/@browsers-cli/se-cli"><img src="https://img.shields.io/node/v/@browsers-cli/se-cli?color=22C55E" alt="Node.js" /></a>
|
|
14
14
|
<a href="https://github.com/se-cli/se-cli/blob/main/LICENSE"><img src="https://img.shields.io/github/license/se-cli/se-cli?color=22C55E" alt="License" /></a>
|
|
15
15
|
<a href="https://github.com/se-cli/se-cli"><img src="https://img.shields.io/github/stars/se-cli/se-cli?style=social" alt="Stars" /></a>
|
|
16
16
|
</p>
|
|
@@ -51,13 +51,13 @@ Current Selenium MCP implementations consume too many tokens — large tool sche
|
|
|
51
51
|
## Installation
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
npm install -g se-cli
|
|
54
|
+
npm install -g @browsers-cli/se-cli
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
Or use directly with npx:
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
|
-
npx se-cli open https://example.com
|
|
60
|
+
npx @browsers-cli/se-cli open https://example.com
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
After installation, the following commands are available (all aliased to the same binary):
|
package/package.json
CHANGED