@skastr0/prism
v0.3.5
Published
Unified plugin distribution CLI for AI coding harnesses.
Maintainers
Readme
Prism CLI
This package is the npm runner entrypoint for Prism.
It exposes the prism command through a small Node launcher and delegates to the matching prebuilt Bun standalone binary package for the current platform.
npx @skastr0/prism --version
bunx @skastr0/prism --version
pnpm dlx @skastr0/prism --versionThis npm package is intentionally a CLI distribution surface, not a public
authoring SDK. Prism plugin source files may still import helpers from
"prism" during compile; the CLI rewrites those authoring imports internally.
A stable runtime SDK export surface will be documented separately if Prism adds
one.
The source repository and package documentation live at https://github.com/skastr0/prism.
