Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephenyeargin/teamplayer

⛹️‍♀️ Audit the access for a user on your GitHub organization.
https://github.com/stephenyeargin/teamplayer

github-api hacktoberfest

Last synced: about 1 month ago
JSON representation

⛹️‍♀️ Audit the access for a user on your GitHub organization.

Awesome Lists containing this project

README

        

# TeamPlayer

Find out what access a user has to an organization's repositories.

## Requirements

* [Bundler](bundler.io/)

## Configure

1. bundle install
1. copy `.env-dist` to `.env`
1. Update .env to include _your_ access token

## Usage

```bash
bundle exec ruby teamplayer.rb
```

## Example

```bash
$ bundle exec ruby teamplayer.rb acmecorp johndoe
write acmecorp/foobar
read acmecorp/wiki
write acmecorp/emailtemplates
none acmecorp/hr
write acmecorp/website
read acmecorp/accounting
```