0.1.0 • Published 10 years ago

rexport v0.1.0

Weekly downloads
2
License
BSD-2-Clause
Repository
-
Last release
10 years ago

rexport

A very quick and dirty tool that exports all of the github repositories in an organization to a CSV format suitable for spreadsheets.

usage

Get a token from https://github.com/settings/applications. It should have admin:org and repo permissions.

Generate the CSV:

rexport --token {TOKEN} --organization {ORGANIZATION}

Save the token locally:

rexport --token {TOKEN} --save-token