{"id":20402401,"url":"https://github.com/vicentebolea/bash-templater","last_synced_at":"2025-05-08T13:30:46.394Z","repository":{"id":42465325,"uuid":"139413949","full_name":"vicentebolea/bash-templater","owner":"vicentebolea","description":"📁📁📁Simplest Ever Template Engine (14 lines of BASH)","archived":false,"fork":false,"pushed_at":"2023-05-28T01:52:35.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-21T14:06:13.460Z","etag":null,"topics":["awesome","bash","bpkg","bpkg-package","minimalist","simple","templates"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vicentebolea.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-02T08:29:39.000Z","updated_at":"2024-02-14T07:44:16.000Z","dependencies_parsed_at":"2024-01-04T20:29:47.139Z","dependency_job_id":null,"html_url":"https://github.com/vicentebolea/bash-templater","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/vicentebolea%2Fbash-templater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fbash-templater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fbash-templater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fbash-templater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicentebolea","download_url":"https://codeload.github.com/vicentebolea/bash-templater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224253614,"owners_count":17280930,"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":["awesome","bash","bpkg","bpkg-package","minimalist","simple","templates"],"created_at":"2024-11-15T04:54:08.507Z","updated_at":"2024-11-15T04:54:08.972Z","avatar_url":"https://github.com/vicentebolea.png","language":"Shell","funding_links":[],"categories":["General Purpose Preprocessor"],"sub_categories":["Snippets Manager"],"readme":"# BASH TEMPLATER [![CI](https://github.com/vicentebolea/bash-templater/actions/workflows/blank.yml/badge.svg?branch=master)](https://github.com/vicentebolea/bash-templater/actions/workflows/blank.yml)\n\nSimplest Template Engine Ever (Written in BASH)\n\n## TL;DR\n\nInstalling:\n\n     bpkg install vicentebolea/bash-templater\n\nUsing it:\n\n    templater vars \u003c file.template\n\n\n## USE ME\nYou have this `file.template`:\n```markdown\n# My template\n## Author\n - @NAME@ \u003c@EMAIL@\u003e\n```\nAnd this `rules` file:\n```bash\nNAME=LEOPOLDO WINSTON\nEMAIL=leothewinston\\@leoserver.com\n```\n\nYou execute this command:\n```bash\ntemplater rules \u003c file.template\n```\n\nYou get this:\n```markdown\n# My template\n## Author\n - LEOPOLDO WINSTON \u003cleothewinston@leoserver.com\u003e\n```\n## The only rule\n\nEscape the `@` character like `\\@` in the rules file.\n\n## INSTALL ME\nUse the fantastic BASH package manager BPKG and just:\n\n    bpkg install vicentebolea/bash-templater\n\n## AUTHORS\n  - Vicente Adolfo Bolea Sanchez \u003cvicente.bolea@gmail.com\u003e\n\n## THANKS TO\n - https://github.com/bpkg/bpkg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicentebolea%2Fbash-templater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicentebolea%2Fbash-templater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicentebolea%2Fbash-templater/lists"}