teams

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2016 License: MIT Imports: 12 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL