basti1302/repoman

Create config containing repos on GitHub

cliffano opened this issue · 2 comments

Executing

repoman --github --user cliffano config

should then create .repoman.json file containing repos of a github user 'cliffano'

repoman --github --org jenkinsci config

should then create .repoman.json file containing repos of a github organisation 'jenkinsci'

Use GitHub API http://developer.github.com/v3/, would be easier if there's already a GitHub API client for Node.js

Use --github-user and --github-org instead.

Already published in v0.0.8 .