{"id":16310098,"url":"https://github.com/grinnz/dist-zilla-app-command-regenerate","last_synced_at":"2025-08-09T19:11:35.858Z","repository":{"id":59149987,"uuid":"354376255","full_name":"Grinnz/Dist-Zilla-App-Command-regenerate","owner":"Grinnz","description":"Write content into your source tree from your release staging","archived":false,"fork":false,"pushed_at":"2021-04-03T21:28:49.000Z","size":92,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T08:14:14.491Z","etag":null,"topics":["dist-zilla","perl"],"latest_commit_sha":null,"homepage":"","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/Grinnz.png","metadata":{"files":{"readme":"README.mkdn","changelog":"Changes","contributing":"CONTRIBUTING.pod","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-03T19:24:26.000Z","updated_at":"2021-04-03T21:28:50.000Z","dependencies_parsed_at":"2022-09-13T10:50:17.337Z","dependency_job_id":null,"html_url":"https://github.com/Grinnz/Dist-Zilla-App-Command-regenerate","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grinnz%2FDist-Zilla-App-Command-regenerate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grinnz%2FDist-Zilla-App-Command-regenerate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grinnz%2FDist-Zilla-App-Command-regenerate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grinnz%2FDist-Zilla-App-Command-regenerate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Grinnz","download_url":"https://codeload.github.com/Grinnz/Dist-Zilla-App-Command-regenerate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750109,"owners_count":21155687,"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":["dist-zilla","perl"],"created_at":"2024-10-10T21:23:44.217Z","updated_at":"2025-08-09T19:11:35.845Z","avatar_url":"https://github.com/Grinnz.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nDist::Zilla::App::Command::regenerate - Write content into your source tree from your release staging\n\n# VERSION\n\nversion 0.001003\n\n# SYNOPSIS\n\n    # Have approprite dist.ini\n    dzil regenerate  # Source tree updated!\n\n# DESCRIPTION\n\n`Dist::Zilla::App::Command::regenerate` provides a `regenerate` command to `Dist::Zilla`\nthat allows some simple tooling to update your source tree when you choose to.\n\nThis works by producing a new synthetic target like the `release` target, which happens\nafter the `build` stage, but does not produce a release.\n\nIn conjunction with appropriate `plugins` performing\n[`-Regenerator`](https://metacpan.org/pod/Dist%3A%3AZilla%3A%3ARole%3A%3ARegenerator), This means that:\n\n- You won't be frustrated with `dzil build` constantly tweaking your source tree\n- You won't be forced to ship a release just to update the state of some files that are generated\nby plugins\n- You won't even have to update your source tree **ever** if you don't want to.\n\nWhen calling `dzil regenerate`, a full copy of the distribution is built in a temporary directory\nlike it does when you call `dzil test`.\n\nThen after `dzil regenerate` has written your built distribution out to the temporary directory,\nany `plugin`'s that perform the `-Regenerator` role are called and told where your source tree is,\nand where the build tree is, and they are expected to do the required work.\n\nIn effect, `dzil regenerate` is a lot like:\n\n    dzil build --not \u0026\u0026 \\\n      DO_STUFF_WITH .build/latest/  \u0026\u0026 \\\n      MAYBECOPY .build/latest/stuff ./stuff\n\nWhere those last 2 lines are done with `plugins`.\n\n# SEE ALSO\n\n- [`dzil update`](https://metacpan.org/pod/Dist%3A%3AZilla%3A%3AApp%3A%3ACommand%3A%3Aupdate)\n\n    This command invokes only the `dzil build` parts of the equation and rely `dzil build`\n    itself doing your source tree modification.\n\n    A goal of `dzil regenerate` is to avoid `dzil build` doing source tree modification.\n\n# AUTHOR\n\nKent Fredric \u003ckentnl@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2016-2017 by Kent Fredric \u003ckentfredric@gmail.com\u003e.\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%2Fgrinnz%2Fdist-zilla-app-command-regenerate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrinnz%2Fdist-zilla-app-command-regenerate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrinnz%2Fdist-zilla-app-command-regenerate/lists"}