UNPKG

initia-devaxis

Version:

CLI to create full-stack React projects with Next.js (REST) or RedwoodJS (GraphQL)

3 lines (2 loc) 131 B
import type { ProjectConfig } from "../../types"; export declare function createNextProject(config: ProjectConfig): Promise<void>;