PluginContext - gottabe-io/gottabe-plugin-dev GitHub Wiki
gottabe-plugin-dev / Exports / PluginContext
Interface: PluginContext
Interface for the plugin context
Table of contents
Methods
Methods
getCurrentProject
▸ getCurrentProject(): Project
Return the current project
Returns
Defined in
getPackageManager
▸ getPackageManager(): PackageManager
Retrieve a instance of the package manager
Returns
Defined in
getPluginConfig
▸ getPluginConfig(): any
Return the configuration of the current plugin
Returns
any