Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexmuller/github_team_manager

A bit of Ruby to ensure GitHub team membership is as you expect
https://github.com/alexmuller/github_team_manager

Last synced: 2 months ago
JSON representation

A bit of Ruby to ensure GitHub team membership is as you expect

Awesome Lists containing this project

README

        

# GitHub team manager

This app manages team membership for GitHub organisations.

## Running

Install the gem.

Create configuration files in the `config/` directory.

Run:

```
github_team_manager
```

## Testing

```
bundle exec rspec
```