{"id":18728820,"url":"https://github.com/yukitsune/template-cli","last_synced_at":"2026-02-28T11:03:26.405Z","repository":{"id":57656702,"uuid":"458100265","full_name":"YuKitsune/template-cli","owner":"YuKitsune","description":"A GitHub Action and CLI tool for rendering Go templates","archived":false,"fork":false,"pushed_at":"2023-01-21T10:41:00.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T12:16:24.588Z","etag":null,"topics":["actions","go","template"],"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/YuKitsune.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}},"created_at":"2022-02-11T08:17:05.000Z","updated_at":"2023-07-08T00:11:29.000Z","dependencies_parsed_at":"2023-02-12T09:15:46.502Z","dependency_job_id":null,"html_url":"https://github.com/YuKitsune/template-cli","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"038bc6443784804f62208cb8cdadd2e66f0ef666"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuKitsune%2Ftemplate-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuKitsune%2Ftemplate-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuKitsune%2Ftemplate-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuKitsune%2Ftemplate-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuKitsune","download_url":"https://codeload.github.com/YuKitsune/template-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239599040,"owners_count":19665911,"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":["actions","go","template"],"created_at":"2024-11-07T14:24:27.686Z","updated_at":"2025-11-12T05:30:20.687Z","avatar_url":"https://github.com/YuKitsune.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  🏗 Render Go Template 🚧 \n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Harness the power of \u003ca href=\"https://pkg.go.dev/text/template\"\u003eGo templates\u003c/a\u003e in a lightweight CLI or GitHub Action\n\n  [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/YuKitsune/template-cli/ci.yml?branch=main)](https://github.com/YuKitsune/camogo/actions/workflows/ci.yml)\n  [![Go Report Card](https://goreportcard.com/badge/github.com/YuKitsune/template-cli)](https://goreportcard.com/report/github.com/YuKitsune/template-cli)\n  [![License](https://img.shields.io/github/license/YuKitsune/template-cli)](https://github.com/YuKitsune/template-cli/blob/main/LICENSE)\n  [![Latest Release](https://img.shields.io/github/v/release/YuKitsune/template-cli?include_prereleases)](https://github.com/YuKitsune/template-cli/releases)\n\n\u003c/h3\u003e\n\n# Quick start\n\n## GitHub Action\n```yaml\nsteps:\n  - name: Render template files\n    uses: yukitsune/template-cli@v0.1.0\n    with:\n      args: --input ./templates/file1 --input ./templates/file2 \\\n        --value \"person.name=Jason\" \\\n        --value \"person.age=${{ secrets.PERSON_AGE }}\" \\\n        --value \"secret=${{ secrets.GITHUB_TOKEN }}\" \\\n        --output .\n```\n\n### Example workflow\nThis repo also contains an [example workflow](https://github.com/YuKitsune/template-cli/runs/5165039206?check_suite_focus=true) ([source](https://github.com/YuKitsune/template-cli/blob/main/.github/workflows/example.yml)).\nFeel free to use this as a guide!\n\n## CLI\n```shell\ntemplate -i ./templates/file1 -i ./templates/file2 \\\n  -v \"person.name=Jason\" \\\n  -v \"person.age=${{ secrets.PERSON_AGE }}\" \\\n  -v \"secret=${{ secrets.GITHUB_TOKEN }}\" \\\n  -o .\n```\n\n\n# Contributing\n\nContributions are what make the open source community such an amazing place to be, learn, inspire, and create.\nAny contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`feature/AmazingFeature`)\n3. Commit your Changes\n4. Push to the Branch\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukitsune%2Ftemplate-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukitsune%2Ftemplate-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukitsune%2Ftemplate-cli/lists"}