{"id":27197746,"url":"https://github.com/preaction/mojolicious-plugin-export-git","last_synced_at":"2026-06-23T15:32:57.134Z","repository":{"id":66876770,"uuid":"350112511","full_name":"preaction/Mojolicious-Plugin-Export-Git","owner":"preaction","description":"Export a Mojolicious site to a Git repository","archived":false,"fork":false,"pushed_at":"2021-05-09T02:00:07.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-26T00:23:49.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/preaction.png","metadata":{"files":{"readme":"README.mkdn","changelog":"CHANGES","contributing":"CONTRIBUTING.md","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}},"created_at":"2021-03-21T20:35:34.000Z","updated_at":"2021-05-09T02:00:07.000Z","dependencies_parsed_at":"2023-02-22T22:30:33.065Z","dependency_job_id":null,"html_url":"https://github.com/preaction/Mojolicious-Plugin-Export-Git","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/preaction/Mojolicious-Plugin-Export-Git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FMojolicious-Plugin-Export-Git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FMojolicious-Plugin-Export-Git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FMojolicious-Plugin-Export-Git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FMojolicious-Plugin-Export-Git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preaction","download_url":"https://codeload.github.com/preaction/Mojolicious-Plugin-Export-Git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FMojolicious-Plugin-Export-Git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34696881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-04-09T20:29:30.411Z","updated_at":"2026-06-23T15:32:57.127Z","avatar_url":"https://github.com/preaction.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/preaction/Mojolicious-Plugin-Export-Git.svg?branch=master)](https://travis-ci.org/preaction/Mojolicious-Plugin-Export-Git)\n[![Coverage Status](https://coveralls.io/repos/preaction/Mojolicious-Plugin-Export-Git/badge.svg?branch=master)](https://coveralls.io/r/preaction/Mojolicious-Plugin-Export-Git?branch=master)\n\n# NAME\n\nMojolicious::Plugin::Export::Git - Export a Mojolicious site to a Git repository\n\n# VERSION\n\nversion 0.003\n\n# SYNOPSIS\n\n    use Mojolicious::Lite;\n    get '/' =\u003e 'index';\n    get '/secret' =\u003e 'secret';\n    plugin 'Export::Git' =\u003e {\n        pages =\u003e [qw( / /secret )],\n        branch =\u003e 'gh-pages',\n    };\n    app-\u003estart;\n\n# DESCRIPTION\n\nDeploy a Mojolicious webapp to a Git repository.\n\nThis plugin requires Git version 1.7.2 (released July 21, 2010) or later.\n\n# ATTRIBUTES\n\nThis class inherits from [Mojolicious::Plugin::Export](https://metacpan.org/pod/Mojolicious::Plugin::Export) and adds the\nfollowing attributes:\n\n## branch\n\nThe Git branch to deploy to. Defaults to \"master\". If you're building\na Github Pages site for a project, you probably want to use the\n\"gh-pages\" branch.\n\n## remote\n\nThe name of the remote to deploy to. Defaults to 'origin'.\n\n## clean\n\nIf true, will completely remove all existing files before exporting. This\nensures that any deleted files will be deleted from the repository.\n\nDefaults to true if [\"branch\"](#branch) isn't the current branch.\n\n# METHODS\n\nThis class inherits from [Mojolicious::Plugin::Export](https://metacpan.org/pod/Mojolicious::Plugin::Export) and adds the\nfollowing methods:\n\n# SEE ALSO\n\n[Mojolicious::Plugin::Export](https://metacpan.org/pod/Mojolicious::Plugin::Export), [Git::Repository](https://metacpan.org/pod/Git::Repository)\n\n# AUTHOR\n\nDoug Bell \u003cpreaction@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2021 by Doug Bell.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreaction%2Fmojolicious-plugin-export-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreaction%2Fmojolicious-plugin-export-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreaction%2Fmojolicious-plugin-export-git/lists"}