Kind: Function
Source: atloria-monorepo/libs/site-gen-core/src/assembler/copy.ts
Copy the entire site-bootstrap template to outputDir, excluding node_modules and other non-essential files.
Signature
tsasync function copyTemplate(templateDir: string, outputDir: string): Promise<void>
Parameters
| Name | Type |
|---|---|
templateDir | string |
outputDir | string |
Returns: Promise<void>
Was this page helpful?