@strapi/generate-new
Version: 
Generate a new Strapi application.
5 lines • 307 B
TypeScript
import type { NewOptions } from './types';
export { default as checkInstallPath } from './utils/check-install-path';
export type { NewOptions } from './types';
export declare const generateNewApp: (projectDirectory: string, options: Partial<NewOptions>) => Promise<void>;
//# sourceMappingURL=index.d.ts.map