# github-artifact-exporter **Repository Path**: mirrors_github/github-artifact-exporter ## Basic Information - **Project Name**: github-artifact-exporter - **Description**: A set of packages to make exporting artifacts from GitHub easier - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This project has been archived. Please use the GitHub CLI instead. # GitHub Exporter ![Node.js CI](https://github.com/github/github-artifact-exporter/workflows/Node.js%20CI/badge.svg) ![Create release](https://github.com/github/github-artifact-exporter/workflows/Create%20release/badge.svg) ![Build and upload release assets](https://github.com/github/github-artifact-exporter/workflows/Build%20and%20upload%20release%20assets/badge.svg) ![Screenshot of the User interface](imgs/screenshot.png) The GitHub Exporter is written in Typescript and provides a set of packages to make exporting artifacts from GitHub easier useful for those migrating information out of github.com Supported artifacts that you can export are - Issues (including filtered sub sets) Supported formats of the export file are - JSON Lines - JSON - CSV - JIRA-formatted CSV ## Packages ### CLI [@github/github-exporter-cli](packages/cli) ### Core [@github/github-exporter-core](packages/core) ### GUI [@github/github-exporter-gui](packages/gui) ## Getting Started ### Prerequisites 1. This is a [lerna](https://github.com/lerna/lerna) project and will need the lerna CLI. - To install lerna globally run `npm install -g lerna` 1. Generate and export a PAT so you can pull from GPR. The PAT will need read packages scope. - `export NPM_TOKEN=` ### Building The Application ```bash lerna clean -y lerna exec npm install lerna link lerna bootstrap # Optional, start the gui to ensure its working lerna run start ``` ## Contributing We welcome you to contribute to this project! Check out [Open Issues](https://github.com/github/github-artifact-exporter/issues) and our [`CONTRIBUTING.md`](./CONTRIBUTING.md) to jump in. ## License [MIT](./LICENSE) When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).