Skip to content

hairyhenderson/teams

Repository files navigation

Build Status Go Report Card Codebeat Status Coverage Total Downloads CII Best Practices

teams

CLI application to manage GitHub issues and pull requests for a team's repositories.

Installing

  1. Get the latest teams for your platform from the releases page
  2. Store the downloaded binary somewhere in your path as teams (or teams.exe on Windows)
  3. Make sure it's executable (on Linux/macOS)
  4. Test it out with teams --help!

In other words:

$ curl -o /usr/local/bin/teams https://github.com/hairyhenderson/teams/releases/download/<version>/teams_<os>-<arch>
$ chmod 755 /usr/local/bin/teams
$ teams --help
...

Please report any bugs found in the issue tracker.

Usage

Set the GITHUB_API_TOKEN environment variable to a Personal Access Token value. The scopes necessary are read:org and repo.

Releasing

Right now the release process is semi-automatic.

  1. Create a release tag: git tag -a v0.0.9 -m "Releasing v0.9.9" && git push --tags
  2. Build binaries & compress most of them: make build-release
  3. Create a release in github!

License

The MIT License

Copyright (c) 2016 Dave Henderson

Analytics

About

CLI application to manage github issues and pull requests for multiple repos

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published