Update plugins/scaffolder/src/api.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ export interface ScaffolderApi {
|
||||
* Executes the scaffolding of a component, given a template and its
|
||||
* parameter values.
|
||||
*
|
||||
* @param templateName Template name for the scaffolder to use. New project is going to be created out of this template.
|
||||
* @param templateName Name of the Template entity for the scaffolder to use. New project is going to be created out of this template.
|
||||
* @param values Parameters for the template, e.g. name, description
|
||||
*/
|
||||
scaffold(templateName: string, values: Record<string, any>): Promise<string>;
|
||||
|
||||
Reference in New Issue
Block a user