Provides a summary of opened GitHub issues by label and repository.
npm i github-issues-summary -g
github-issues-summary [args]
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
-c, --config Path of config.json [string] [required]
{
"organization": "<your organization name",
"username": "<your GitHub username",
"token": "<your GitHub generated token>",
"repositories": [
"<a Github repository name>",
"<another Github repository name>",
"<aonther Github repository name>",
"<aonther Github repository name>"
],
"labels": [
"<a label>",
"<another label>",
"<another label>",
"<another label>",
"<another label>"
]
}
npm i github-issues-summary --save-dev
To complete.
To complete.
The MIT License (MIT)
See the LICENSE file for more details.