Package Exports
- github-backlog-toolkit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-backlog-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Github Backlog Toolkit
A toolkit to help teams using Github to organize their sprints. It runs different tasks to fetch information from Github.
GBT currently does three things:
- Find issues not assigned to any project boards
- Find issues in project boards that contain specific labels
- Prints the last time you've deployed a repository to production (last version tag)
Using GBT in a project
- Add it to your project using
yarnornpm - Import GBT as a module
- Send a configuration object as a parameter to the module (see
config.json.samplefor an example)
Running GBT from the command line
- Create a
config.jsonfile with the contents ofconfig.json.sample. - Remove the tasks you don't want to run
- Update the configuration to match your repositories, project boards, etc.
- Set a
GITHUB_TOKENenv var containing a valid Github token.