https://github.com/evilmartians/github-tv
Forks your colleagues' open-source repos to your organization page
https://github.com/evilmartians/github-tv
git github ruby
Last synced: 7 months ago
JSON representation
Forks your colleagues' open-source repos to your organization page
- Host: GitHub
- URL: https://github.com/evilmartians/github-tv
- Owner: evilmartians
- License: mit
- Created: 2014-11-09T12:16:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T15:20:06.000Z (about 11 years ago)
- Last Synced: 2025-07-10T06:11:06.714Z (7 months ago)
- Topics: git, github, ruby
- Language: Ruby
- Homepage:
- Size: 206 KB
- Stars: 4
- Watchers: 47
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Github-TV: Forks your colleagues' open-source repos to organization page
This is just a POC.
## Usage
```bash
gem install github-tv
github-tv *path/url for config*
```
Config should be in format of
```yaml
---
organization: where_to_sync_repos
repos:
- user1/repo1
- user2/repo2
```
Optionally, you can set default path/url to config file.
```bash
git config --global github.tv.config *path/url for config*
```
## Contributors
* @gazay, @brainopia, @igas, @aderyabin
## License
The MIT License