@illusoryai/pi-framer 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 +19 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @illusoryai/pi-framer
|
|
2
|
+
|
|
3
|
+
Framer CMS management — content CRUD, publishing, and custom code injection.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
|
|
7
|
+
| Type | Name | Description |
|
|
8
|
+
|------|------|-------------|
|
|
9
|
+
| Extension | `framer.ts` | Connects to Framer Server API via WebSocket (framer-api SDK) |
|
|
10
|
+
| Skill | `framer-cms` | Blog schema, common workflows, publishing guide |
|
|
11
|
+
|
|
12
|
+
## Install
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
pi install npm:@illusoryai/pi-framer
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Requires `FRAMER_PROJECT_URL` and `FRAMER_API_KEY` environment variables.
|
|
19
|
+
Private package — requires npm auth configured in `~/.npmrc`.
|