UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

6 lines 227 B
import { createStrapi } from './create-strapi'; import type { Scope } from './types'; declare function run(args: string[]): Promise<void>; export { run, createStrapi }; export type { Scope }; //# sourceMappingURL=index.d.ts.map