-
Notifications
You must be signed in to change notification settings - Fork 0
Project
alanlohse edited this page Aug 8, 2021
·
1 revision
gottabe-plugin-dev / Exports / Project
Retrieve project informations
▸ getBaseDir(): string
Return the base directory of the project, in other words, the current directory
string
▸ getBuildConfig(): BuildConfig
Return the parsed build descriptor
▸ getBuildDir(): string
Return the build directory
string
▸ getCurrentTarget(): TargetConfig
Return the current target from build configuration
▸ getDependencyDir(): string
Return the dependency directory in the build
string
▸ getName(): string
Return the name of the project in the build descriptor
string
▸ getVersion(): string
Return the version of the project from the build descriptor
string