UNPKG

create-jireh

Version:

Scaffold frontend apps from Jireh templates (Next.js, React+Vite, Vanilla, etc.)

39 lines (38 loc) 1.17 kB
// src/registry.ts export const registry = { "nextjs": { label: "Next.js (TS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/nextjs" }, "react-vite/js": { label: "React + Vite (JS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/react-vite/js" }, "react-vite/ts": { label: "React + Vite (TS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/react-vite/ts" }, "vanilla/js": { label: "Vanilla (JS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/vanilla/js" }, "vanilla/ts": { label: "Vanilla (TS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/vanilla/ts" }, "vanilla-vite/js": { label: "Vanilla + Vite (JS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/vanilla/vite/js" }, "vanilla-vite/ts": { label: "Vanilla + Vite (TS)", repo: "jirehgrp-org/jirehgrp-templates#v1.0.0", subdir: "templates/vanilla/vite/ts" } };