openpencil/packages/cli/src/commands
Danila Poyarkov 0cba4fb4b7 Add FigmaAPI + eval CLI command with 60 unit tests
FigmaAPI in @open-pencil/core provides a Figma Plugin API-compatible
interface backed by SceneGraph. Covers node creation, property access,
tree operations, auto-layout, text, traversal, grouping, components,
selection, and serialization.

CLI: bun open-pencil eval <file> --code 'figma.createFrame()'
2026-03-01 12:21:07 +03:00
..
analyze CLI: add analyze, node, pages, and variables commands 2026-03-01 10:19:38 +03:00
eval.ts Add FigmaAPI + eval CLI command with 60 unit tests 2026-03-01 12:21:07 +03:00
export.ts Add @open-pencil/cli with headless .fig file operations 2026-03-01 01:19:24 +03:00
find.ts Add @open-pencil/cli with headless .fig file operations 2026-03-01 01:19:24 +03:00
info.ts Add @open-pencil/cli with headless .fig file operations 2026-03-01 01:19:24 +03:00
node.ts CLI: add analyze, node, pages, and variables commands 2026-03-01 10:19:38 +03:00
pages.ts CLI: add analyze, node, pages, and variables commands 2026-03-01 10:19:38 +03:00
tree.ts Add @open-pencil/cli with headless .fig file operations 2026-03-01 01:19:24 +03:00
variables.ts CLI: add analyze, node, pages, and variables commands 2026-03-01 10:19:38 +03:00