Type Definitions
object
# PluginMetrics
Represents the metrics of a plugin.
Properties:
Name | Type | Description |
---|---|---|
pluginId |
string
|
The unique identifier of the plugin. |
name |
string
|
The name of the plugin. |
createdAt |
number
|
The timestamp when the plugin was created. |
lastCommitAt |
number
|
The timestamp of the last commit made to the plugin. |
stargazers |
number
|
The number of stargazers of the plugin. |
subscribers |
number
|
The number of subscribers of the plugin. |
forks |
number
|
The number of forks of the plugin. |
latestRelease |
string
|
The version of the latest release of the plugin. |
latestReleaseDesc |
string
|
The description of the latest release of the plugin. |
latestReleaseAt |
number
|
The timestamp of the latest release of the plugin. |
totalDownloads |
number
|
The total number of downloads of the plugin. |
totalIssues |
number
|
The total number of issues reported for the plugin. |
closedIssues |
number
|
The number of closed issues of the plugin. |
openIssues |
number
|
The number of open issues of the plugin. |
totalPR |
number
|
The total number of pull requests made to the plugin. |
openPR |
number
|
The number of open pull requests of the plugin. |
closedPR |
number
|
The number of closed pull requests of the plugin. |
mergedPR |
number
|
The number of merged pull requests of the plugin. |
commitCountInLastYear |
number
|
The number of commits made to the plugin in the last year. |
score |
number
|
The score of the plugin based on various metrics. |