frame-cli 0.3.0

CLI for Frame — five intention-verbs over one application: frame new scaffolds it, frame run serves it, frame test proves it (real browser included), frame check verifies it statically, frame doctor walks the prerequisites
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "{{NAME}}-page",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc",
    "e2e": "node scripts/e2e.mjs"
  },
  "devDependencies": {
    "@ablative/liminal": "^0.3.1",
    "@types/node": "^24.0.0",
    "playwright-core": "^1.54.1",
    "typescript": "5.8.3"
  }
}