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) 134 B
import { type NewSchemify } from '@schemifyjs/types'; export declare function runNewCommand(newSchemify: NewSchemify): Promise<void>;