|
||
---|---|---|
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources/views | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.envexample | ||
.gitignore | ||
.styleci.yml | ||
LICENSE | ||
README.md | ||
artisan | ||
composer.json | ||
composer.lock | ||
phpunit.xml |
README.md
Gitea Issues Exporter
Simple application built on Lumen to export as csv file closed issues with tracked time on a gitea instance.
.env
Some constants have been added to handle authentication and connection to the Gitea instance APIs.
APP_PASSWORD=
GITEA_ORGANIZATION=
GITEA_URL=
GITEA_TOKEN=
License
Gitea Issues Exporter is open-sourced software licensed under the GPLv3 license.