Skip to content

@vttforge/cli / ResolvedInitOptions

Interface: ResolvedInitOptions

Extends

  • Required<Omit<InitOptions, "cwd" | "id" | "title" | "description" | "author" | "license" | "yes">>

Properties

author

author: string


cwd

cwd: string


description

description: string


dest

dest: string


foundryMinVersion

foundryMinVersion: string


foundryVerifiedVersion

foundryVerifiedVersion: string


id

id: string


lang

lang: "ts" | "js"

Inherited from

InitOptions.lang


license

license: string


name

name: string

Inherited from

InitOptions.name


noGit

noGit: boolean

Inherited from

InitOptions.noGit


noInstall

noInstall: boolean

Inherited from

InitOptions.noInstall


templateVariant

templateVariant: TemplateVariant


title

title: string


type

type: "system" | "module"

Inherited from

InitOptions.type

MIT licensed.