Skip to content

Export all Issues+PRs of a Gitea Organization to Markdown files

License

Notifications You must be signed in to change notification settings

narando/export-gitea-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Export all Issues+PRs of a Gitea Organization to Markdown files

Resources

License

Stars

Watchers

Forks

Packages

No packages published