{"id":19251234,"url":"https://github.com/rexops/rex-template-tt","last_synced_at":"2025-07-21T18:35:50.254Z","repository":{"id":56830992,"uuid":"357297558","full_name":"RexOps/Rex-Template-TT","owner":"RexOps","description":"Evaluate Rex templates using Template::Toolkit","archived":false,"fork":false,"pushed_at":"2021-06-05T19:42:05.000Z","size":25,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T09:05:56.683Z","etag":null,"topics":["hacktoberfest","perl","rex","rexify","template"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RexOps.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-12T18:25:11.000Z","updated_at":"2025-03-09T08:42:40.000Z","dependencies_parsed_at":"2022-09-09T17:11:36.660Z","dependency_job_id":null,"html_url":"https://github.com/RexOps/Rex-Template-TT","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/RexOps/Rex-Template-TT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2FRex-Template-TT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2FRex-Template-TT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2FRex-Template-TT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2FRex-Template-TT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RexOps","download_url":"https://codeload.github.com/RexOps/Rex-Template-TT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2FRex-Template-TT/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266352849,"owners_count":23915831,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["hacktoberfest","perl","rex","rexify","template"],"created_at":"2024-11-09T18:21:12.667Z","updated_at":"2025-07-21T18:35:50.230Z","avatar_url":"https://github.com/RexOps.png","language":"Perl","readme":"# NAME\n\nRex::Template::TT - A module to process templates with template toolkit.\n\n# VERSION\n\nversion 1.0.0\n\n# SYNOPSIS\n\n    use Rex::Template::TT;\n\n    task \"blah\", sub {\n      file \"/tmp/blah\",\n           content    =\u003e template(\"path/to/blah.template\",\n                                          { persons =\u003e ['bob', 'alice'] }),\n           owner     =\u003e \"root\",\n           group     =\u003e \"root\",\n           mode      =\u003e 644\n    };\n\n    # to use as a default template engine\n    # this will make the template() function use TemplateTookit to render\n    # all the templates. This will also register all the known template variables\n    # like hostname, eth0_ip and so on.\n    use Rex::Ext::TemplateTookkit ':register';\n\n# DESCRIPTION\n\nA Rex extension module to process templates with template toolkit.\n\n# AUTHORS\n\nThis module in its current publication is written by Nicolas Leclerq, based\non prior work by Jan Gehring. The original version by Nicolas was published\nthrough the now-defunct _Rex Recipes_. Since Nicolas's version ended up\nbeing more feature-rich than Jan's, Jan gave permission to overwrite his\nversion with Nicolas's.\n\n- Nicolas Leclercq \u003cnicolas.private@gmail.com\u003e\n- Jan Gehring \u003ckrimdomu@googlemail.com\u003e\n\n# CONTRIBUTORS\n\n- Erik Huelsmann \u003cehuels@gmail.com\u003e\n\n# SEE ALSO\n\n- [Template](https://metacpan.org/pod/Template)\n- [Rex](https://metacpan.org/pod/Rex)\n- [http://www.template-toolkit.org/](http://www.template-toolkit.org/)\n\n# LICENSE\n\nThe Apache License, Version 2.0, January 2004\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexops%2Frex-template-tt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexops%2Frex-template-tt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexops%2Frex-template-tt/lists"}