{"id":20548079,"url":"https://github.com/lusingander/fyne-credits-generator","last_synced_at":"2025-07-13T00:40:03.150Z","repository":{"id":57529160,"uuid":"239259384","full_name":"lusingander/fyne-credits-generator","owner":"lusingander","description":"Automatically generate credits(licenses) window for the Fyne application","archived":false,"fork":false,"pushed_at":"2025-05-04T07:05:19.000Z","size":1739,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T17:03:11.638Z","etag":null,"topics":["credits","fyne","go","license","license-management"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lusingander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-09T06:41:41.000Z","updated_at":"2025-07-03T02:56:38.000Z","dependencies_parsed_at":"2024-11-16T02:12:11.638Z","dependency_job_id":"cc25aee8-3537-429c-aeb2-15d8dab7e158","html_url":"https://github.com/lusingander/fyne-credits-generator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/lusingander/fyne-credits-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Ffyne-credits-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Ffyne-credits-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Ffyne-credits-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Ffyne-credits-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lusingander","download_url":"https://codeload.github.com/lusingander/fyne-credits-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Ffyne-credits-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265076118,"owners_count":23707513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["credits","fyne","go","license","license-management"],"created_at":"2024-11-16T02:11:57.529Z","updated_at":"2025-07-13T00:40:03.088Z","avatar_url":"https://github.com/lusingander.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"fyne-credits-generator\n====\n\nAutomatically generate credits window for the [Fyne](https://fyne.io/) application.\n\n## Installation\n\n```\n$ go install github.com/lusingander/fyne-credits-generator/cmd/fyne-credits-generator@latest\n```\n\n## Usage\n\nFirst, execute `fyne-credits-generator` command in the directory where go.mod is located.\n\n```\n$ cd \u003cfyne project directory\u003e\n$ fyne-credits-generator \u003e credits.go\n```\n\nThen, all you have to do is call `CreditsWindow` function in your Fyne application, like this:\n\n```go\nbutton := widget.NewButton(\"Show credits\", func() {\n    CreditsWindow(fyne.CurrentApp(), fyne.NewSize(800, 400)).Show()\n})\n```\nAnd you can show a window like this:\n\n\u003cimg src=\"./resource/image.png\"\u003e\n\nSee the [sample application](./cmd/sample) for an example.\n\nMore info:\n```\n$ fyne-credits-generator -help\n```\n\n### old style\n\nThis generate code for Fyne v2.0 or later.\nIf you want to generate code for Fyne v1.4 or earlier, you can specify the `target`.\n\nThe components used by 1.4 and later are different from those used by 1.3 and earlier. So if you want to use Fyne v1.3.x or earlier, specify `target=1.3`.\n\n```\n$ fyne-credits-generator -target=1.3 \u003e credits.go\n$ fyne-credits-generator -target=1.4 \u003e credits.go\n```\n\n\u003cimg src=\"./resource/image-old.png\" width=600\u003e\n\n## Requirements\n\nApplication must use go modules for dependency management.\n\n## Note\n\nThis application uses [gocredits](https://github.com/Songmu/gocredits) to collect LICENSE files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusingander%2Ffyne-credits-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flusingander%2Ffyne-credits-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusingander%2Ffyne-credits-generator/lists"}