Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmuller/github_team_manager
- Owner: alexmuller
- Created: 2015-05-23T15:50:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T12:58:10.000Z (over 9 years ago)
- Last Synced: 2023-03-11T02:08:42.469Z (almost 2 years ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```