You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
360 B
13 lines
360 B
declare type Options = {
|
|
template?: string;
|
|
npm?: boolean;
|
|
directory?: string;
|
|
displayName?: string;
|
|
title?: string;
|
|
skipInstall?: boolean;
|
|
version?: string;
|
|
packageName?: string;
|
|
};
|
|
declare const _default: ([projectName]: string[], options: Options) => Promise<void>;
|
|
export default _default;
|
|
//# sourceMappingURL=init.d.ts.map
|