Project - gottabe-io/gottabe-plugin-dev GitHub Wiki
gottabe-plugin-dev / Exports / Project
Interface: Project
Retrieve project informations
Table of contents
Methods
Methods
getBaseDir
▸ getBaseDir(): string
Return the base directory of the project, in other words, the current directory
Returns
string
Defined in
getBuildConfig
▸ getBuildConfig(): BuildConfig
Return the parsed build descriptor
Returns
Defined in
getBuildDir
▸ getBuildDir(): string
Return the build directory
Returns
string
Defined in
getCurrentTarget
▸ getCurrentTarget(): TargetConfig
Return the current target from build configuration
Returns
Defined in
getDependencyDir
▸ getDependencyDir(): string
Return the dependency directory in the build
Returns
string
Defined in
getName
▸ getName(): string
Return the name of the project in the build descriptor
Returns
string
Defined in
getVersion
▸ getVersion(): string
Return the version of the project from the build descriptor
Returns
string