@handoffkit/templates
v1.15.0
Published
Offline JavaScript starter templates for HandoffKit.
Maintainers
Readme
@handoffkit/templates
Offline starter templates for JavaScript HandoffKit projects.
import { TemplateScaffolder } from "@handoffkit/templates";
await new TemplateScaffolder().scaffold("demo-agent", {
template: "basic-agent",
output: ".",
});