@narando/export-gitea-org
v1.0.1
Published
Export all PRs/Issues in a Gitea Organisation to Markdown files
Downloads
9
Keywords
Readme
export-gitea-org
Requirements
- Verified to work with Gitea v1.9
- Nodejs v10+
Usage
Download and install this package:
$ npm i -g @narando/export-gitea-org
Configure access to your Gitea Instance:
$ export GITEA_HOST=https://gitea.example.com
$ export GITEA_TOKEN=YOUR_TOKEN_HERE
Declare which organization you want to export:
$ export ORGANIZATION=YOUR_ORG
Run the script, this might take between 5-15 minutes without any output.
$ export-gitea-org
Congratulations! You can now find all issues sorted by repository in the folder ./exports
.