1.0.7 • Published 6 years ago
github-backlog-toolkit v1.0.7
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: 1. Find issues not assigned to any project boards 2. Find issues in project boards that contain specific labels 3. 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.