@actionbookdev/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 +2 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @actionbookdev/cli
|
|
2
2
|
|
|
3
3
|
CLI for Actionbook - Get website action manuals for AI agents.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g
|
|
9
|
-
# or
|
|
10
|
-
npx actionbook <command>
|
|
8
|
+
npm install -g @actionbookdev/cli
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
## Quick Start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actionbookdev/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "CLI for Actionbook - Get website action manuals for AI agents",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://actionbook.dev",
|
|
54
54
|
"author": "Actionbook Team",
|
|
55
|
-
"license": "
|
|
55
|
+
"license": "Apache-2.0"
|
|
56
56
|
}
|