{"id":20275951,"url":"https://github.com/kazanexpress/drone-envtpl","last_synced_at":"2025-08-20T19:10:31.090Z","repository":{"id":47673285,"uuid":"340407580","full_name":"KazanExpress/drone-envtpl","owner":"KazanExpress","description":"envtpl wrapper plugin for drone","archived":false,"fork":false,"pushed_at":"2024-01-19T22:55:13.000Z","size":39,"stargazers_count":0,"open_issues_count":29,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T06:32:02.492Z","etag":null,"topics":["cd","ci","drone","drone-ci","drone-plugin","plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","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/KazanExpress.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-19T15:17:22.000Z","updated_at":"2021-02-20T07:28:02.000Z","dependencies_parsed_at":"2024-11-14T13:12:02.249Z","dependency_job_id":"2e16ae66-eb8e-4499-b11e-3a757ff426a9","html_url":"https://github.com/KazanExpress/drone-envtpl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazanExpress%2Fdrone-envtpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazanExpress%2Fdrone-envtpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazanExpress%2Fdrone-envtpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazanExpress%2Fdrone-envtpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KazanExpress","download_url":"https://codeload.github.com/KazanExpress/drone-envtpl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241767826,"owners_count":20017063,"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":["cd","ci","drone","drone-ci","drone-plugin","plugin"],"created_at":"2024-11-14T13:11:57.181Z","updated_at":"2025-03-04T01:30:45.677Z","avatar_url":"https://github.com/KazanExpress.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# envtpl plugin for drone\n\nWraps python [envtpl](https://github.com/andreasjansson/envtpl) as drone plugin.\n\n## Usage\n\n```yaml\n- name: injecting env into template\n  image: kexpress/drone-envtpl:1.1.0\n  settings:\n    template: template.j2\n    output_file: generated.txt\n  environment:\n    # template variables\n    BUILD_NUMBER: ${DRONE_BUILD_NUMBER}\n    TEMPLATE_TEXT: 'Hello world!'\n```\n\ntemplate.j2:\n\n```jinja\nThis file generated using drone envtpl plugin during {{ BUILD_NUMBER }} build.\nHere is injected message: {{TEMPLATE_TEXT }}\n```\n\ngenerated.txt\n\n```txt\nThis file generated using drone envtpl plugin during 1337 build.\nHere is injected message: Hello world!\n```\n\n## Release Notes\n\n### 1.0\n\n- first release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazanexpress%2Fdrone-envtpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazanexpress%2Fdrone-envtpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazanexpress%2Fdrone-envtpl/lists"}