{"id":26267478,"url":"https://github.com/dvob/go-template","last_synced_at":"2025-07-06T04:40:56.876Z","repository":{"id":281010034,"uuid":"943803807","full_name":"dvob/go-template","owner":"dvob","description":"Simple CLI to render Go templates","archived":false,"fork":false,"pushed_at":"2025-03-06T13:22:39.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T01:45:12.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dvob.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":"2025-03-06T09:42:07.000Z","updated_at":"2025-03-06T13:22:42.000Z","dependencies_parsed_at":"2025-03-06T14:38:44.483Z","dependency_job_id":null,"html_url":"https://github.com/dvob/go-template","commit_stats":null,"previous_names":["dvob/go-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dvob/go-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fgo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fgo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fgo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fgo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvob","download_url":"https://codeload.github.com/dvob/go-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvob%2Fgo-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262455164,"owners_count":23314003,"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":[],"created_at":"2025-03-14T04:17:01.152Z","updated_at":"2025-06-28T15:37:49.127Z","avatar_url":"https://github.com/dvob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-template\n\nSimple CLI which allows to render [Go templates](https://pkg.go.dev/text/template) and pass data from JSON or YAML into it.\n\n## Install\n```\ngo install github.com/dvob/go-template@latest\n```\n\n## Usage\nWithout data:\n```\ngo-template my-template.tmpl\n```\n\nWith data and data format determined from file extension:\n```\n# json\ngo-template -d myfile.json my-template.tmpl\n\n# yaml\ngo-template -d myfile.yaml my-template.tmpl\n```\n\nSpecify data format:\n```\ngo-template -d myfile -f json my-template.tmpl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvob%2Fgo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvob%2Fgo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvob%2Fgo-template/lists"}