UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

5 lines (4 loc) 145 B
/** * Main function that clones or copies the starter. */ export declare function initStarter(starter?: string, root?: string): Promise<void>;