/** CLI identity — substituted by `argsbarg create`. */ export const createIdentity = { key: "full-example-json", className: "FullExampleJson", tap: "bdombro/bun-argsbarg", homepage: "https://github.com/bdombro/bun-argsbarg", releaseRepo: "bdombro/bun-argsbarg", desc: "Argsbarg schema-first copy template (@sg schemagen, JSON schemas, REST CRUD)", envPrefix: "FULL_EXAMPLE_JSON", template: "json", } as const;