UNPKG

@godspeedsystems/godspeed

Version:

Godspeed CLI

8 lines (7 loc) 254 B
/** * options = { * --from-template: "path or git repo of template", * --with-example: "wether to copy examples or not", * } * */ export default function create(projectName: string, options: PlainObject, cliVersion: string): Promise<void>;