A utility for cloning all your repos, including issues, discussions, stargazers and more!
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 dependencies -
yarn start
to run in dev mode -
yarn test
to run tests -
yarn lint
to test and fix linter errors
To publish a new version, the publish pipeline can be manually invoked.