easecraft-registry
v0.1.0
Published
Typed metadata and copyable component source for Easecraft.
Maintainers
Readme
easecraft-registry
Typed Easecraft component metadata, deterministic installation plans, copy-source manifests, and composition exports.
Install
pnpm add easecraft-registry easecraftRegistry metadata
import { getInstallPlan, listComponents } from "easecraft-registry";
const components = listComponents();
const plan = getInstallPlan("text-reveal", "copy-source");Composition export
import { CommandPalette } from "easecraft-registry/compositions/command-palette";Composition exports use easecraft, React, and React DOM as peer dependencies. Pre-1.0 registry releases support the coordinated pre-1.0 Easecraft line. Copy-source plans expose the files and external dependencies needed to own the implementation locally.
License
MIT
