beepctl 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 +7 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# beepctl 🐝
|
|
2
2
|
|
|
3
3
|
CLI for [Beeper Desktop API](https://developers.beeper.com/desktop-api) - unified messaging from your terminal. Give your AI agents the power to chat across all your messaging platforms.
|
|
4
4
|
|
|
@@ -13,13 +13,16 @@ CLI for [Beeper Desktop API](https://developers.beeper.com/desktop-api) - unifie
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
+
# From npm
|
|
17
|
+
npm install -g beepctl
|
|
18
|
+
|
|
19
|
+
# Or use directly with npx
|
|
20
|
+
npx beepctl <command>
|
|
21
|
+
|
|
16
22
|
# From source
|
|
17
23
|
pnpm install
|
|
18
24
|
pnpm build
|
|
19
25
|
pnpm link --global
|
|
20
|
-
|
|
21
|
-
# Or run directly
|
|
22
|
-
pnpm dev -- <command>
|
|
23
26
|
```
|
|
24
27
|
|
|
25
28
|
## Setup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beepctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "CLI for Beeper Desktop API - unified messaging from terminal",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"packageManager": "pnpm@10.11.0",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "git+https://github.com/blqke/
|
|
46
|
+
"url": "git+https://github.com/blqke/beepctl.git"
|
|
47
47
|
},
|
|
48
48
|
"bugs": {
|
|
49
|
-
"url": "https://github.com/blqke/
|
|
49
|
+
"url": "https://github.com/blqke/beepctl/issues"
|
|
50
50
|
},
|
|
51
|
-
"homepage": "https://github.com/blqke/
|
|
51
|
+
"homepage": "https://github.com/blqke/beepctl#readme",
|
|
52
52
|
"author": "blqke",
|
|
53
53
|
"keywords": [
|
|
54
54
|
"cli",
|