UNPKG

@schemifyjs/core

Version:

Core module of the SchemifyJS CLI. Provides reusable functions such as scaffolding, template handling, and general utilities.

3 lines (2 loc) 141 B
import { ProjectMetadata } from '@schemifyjs/types'; export declare function runNewCommand(projectMetadata: ProjectMetadata): Promise<void>;