Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephenyeargin/teamplayer
- Owner: stephenyeargin
- License: mit
- Created: 2017-11-09T17:41:41.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T23:29:03.000Z (about 2 years ago)
- Last Synced: 2024-05-01T20:07:25.909Z (7 months ago)
- Topics: github-api, hacktoberfest
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```