Skip to content

This package provides a summary of opened GitHub issues by label and repository

License

Notifications You must be signed in to change notification settings

obieler/github-issues-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-issues-summary

Travis Dependencies License

Provides a summary of opened GitHub issues by label and repository.

Usage as a command line utility

Install

npm i github-issues-summary -g

Usage

github-issues-summary [args]

Options:
  --version     Show version number                                    [boolean]
  -h, --help    Show help                                              [boolean]
  -c, --config  Path of config.json                          [string] [required]

Example of config.json

{
  "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>"
  ]
}

Screenshot example

CLI usage example

Using as a Node.js module

Install

npm i github-issues-summary --save-dev

Usage

To complete.

Contributing

To complete.

Developer

License

The MIT License (MIT)

See the LICENSE file for more details.

About

This package provides a summary of opened GitHub issues by label and repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published