Create config containing repos on GitHub
cliffano opened this issue · 2 comments
cliffano commented
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
cliffano commented
Use --github-user and --github-org instead.
cliffano commented
Already published in v0.0.8 .