https://github.com/rye/memberboat
A tool to control membership of GitHub organizations.
https://github.com/rye/memberboat
Last synced: 10 months ago
JSON representation
A tool to control membership of GitHub organizations.
- Host: GitHub
- URL: https://github.com/rye/memberboat
- Owner: rye
- Created: 2020-04-10T20:38:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:45:34.000Z (over 3 years ago)
- Last Synced: 2025-01-29T09:16:32.715Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memberboat
A generic system for controlling GitHub organization membership through simple configuration files.
## Hacking
```
$ python3 -m venv ./venv
$ source ./venv/bin/activate # or activate.csh or activate.fish
$ pip install -r requirements.txt
$ python -m memberboat
```