{"id":17869508,"url":"https://github.com/amsul/template-literals","last_synced_at":"2025-04-02T22:44:09.786Z","repository":{"id":143366892,"uuid":"112656770","full_name":"amsul/template-literals","owner":"amsul","description":"String templates using tagged template literals","archived":false,"fork":false,"pushed_at":"2017-11-30T20:56:16.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-26T11:22:31.140Z","etag":null,"topics":["interpolation","string","string-interpolation","string-manipulation","template","template-literals"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/amsul.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":"2017-11-30T20:26:05.000Z","updated_at":"2018-09-25T02:31:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7e65ed6-5576-43d0-b323-a222f5fe20fd","html_url":"https://github.com/amsul/template-literals","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amsul%2Ftemplate-literals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amsul%2Ftemplate-literals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amsul%2Ftemplate-literals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amsul%2Ftemplate-literals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amsul","download_url":"https://codeload.github.com/amsul/template-literals/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905830,"owners_count":20852818,"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":["interpolation","string","string-interpolation","string-manipulation","template","template-literals"],"created_at":"2024-10-28T10:06:11.102Z","updated_at":"2025-04-02T22:44:09.764Z","avatar_url":"https://github.com/amsul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-literals\n\nString templates using tagged template literals\n\n```js\n// Create a template\nconst template = tag `hi, ${'name'}!`\n\n// Render the template\ntemplate({ name: 'amsul' }) // 'hi, amsul!'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famsul%2Ftemplate-literals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famsul%2Ftemplate-literals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famsul%2Ftemplate-literals/lists"}