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) 153 B
import { type ApplicationOptions } from '@schemifyjs/types'; export declare function askApplicationOptions(): Promise<Omit<ApplicationOptions, 'name'>>;