
The tool gives you the ability to download a copy of your data on Github. You can highly customize what you want and what not, and also in which form. With all options enabled, the downloaded data includes
If enabled, the tool can also zip every repo individually afterwards. The process runs fairly quickly since most operations are performed parallelized to utilize resources.
Install globally via
npm install -g github-takeout
or directly use via
npx github-takeout
You can also download a prebuilt binary and run that.
Usage:
Just run github-takeout or npx github-takeout if you have not installed it.
The wizard will lead you through the process.
yarn to install dependenciesyarn start to run in dev modeyarn test to run testsyarn lint to test and fix linter errorsTo publish a new version, the publish pipeline can be manually invoked.