XpmInitTemplateBase.generate() method
Generates the project files from the template.
Signature
abstract generate(): Promise<void>;
Returns
Promise<void>
A promise that resolves when generation is complete.
Remarks
This abstract method must be implemented by derived classes to define the specific files and folder structure to create for the project. Implementations should use XpmInitTemplateBase.copyFile(), XpmInitTemplateBase.copyFolder(), and XpmInitTemplateBase.render() to create the project structure. The substitution variables are available via the XpmInitTemplateBase._substitutionsVariables property.
The implementation must be asynchronous to allow for file system operations.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.