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

Interface CreateProjectOptions

cli/src/helpers/createProject.ts:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { getUserPkgManager } from "~/utils/getUserPkgManager.js";
18
19interface CreateProjectOptions {
20 projectName: string;
21 packages: PkgInstallerMap;
22 scopedAppName: string;
23 noInstall: boolean;
24 importAlias: string;
25 appRouter: boolean;
26 databaseProvider: DatabaseProvider;
27}
28
29export const createProject = async ({
30 projectName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected