UNPKG

create-nttb

Version:

An opinionated Next.js, TypeScript, and Tailwind boilerplate using Atomic Design Methodology for presentation components.

11 lines 757 B
import { SpawnSyncOptions } from "child_process"; export declare function validateProjectName(name: string): void; export declare function checkNodeVersion(minMajor?: number): void; export declare function checkNpmVersion(minMajor?: number): void; export declare function createProjectDirectory(projectPath: string): void; export declare function runCommand(command: string, args?: string[], options?: SpawnSyncOptions): void; export declare function copyTemplate(templateDir: string, projectPath: string): void; export declare function getCreateNttbVersion(): string; export declare function updatePackageJson(projectPath: string, projectName: string): void; export declare function main(name?: string): Promise<void>; //# sourceMappingURL=install.d.ts.map