MCPcopy
hub / github.com/t3-oss/create-t3-app / CreateProjectOptions

Interface CreateProjectOptions

src/helpers/createProject.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { curryRunPkgManagerInstall } from "~/utils/runPkgManagerInstall.js";
8
9interface CreateProjectOptions {
10 projectName: string;
11 packages: PkgInstallerMap;
12 noInstall: boolean;
13}
14
15export const createProject = async ({
16 projectName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected