Hierarchy

  • CreatePackageConfigDataObject

Properties

buildDir?: string
files?: readonly string[]

Files to copy from template directory

See also renameFiles

gitBranch?: string
gitCommitMessage?: string
gitOrganization?: string
gitSubmodules?: readonly GitSubmoduleConfig[]
mainSourceFileTemplate?: string
organizationEmail?: string
organizationName?: string
packages?: readonly string[]
preferredPackageSystem?: string
renameFiles?: {
    [key: string]: string;
}

Rename files to different names on the target.

This is to overcome files like .gitignore which do not exist in NPM packages.

Type declaration

  • [key: string]: string
sourceDir?: string
templatesDir?: string

Generated using TypeDoc