property VersionFile.extend

Extend the template with additional content

Examples

Example 1

extend: {
  prepend: "// This file is auto-generated, do not edit manually\n",
  append: "\n// End of generated content"
}

Properties

optional
prepend: string

Content to add at the beginning of the file

optional
append: string

Content to add at the end of the file

Usage

import { type VersionFile } from ".";