{"id":19175385,"url":"https://github.com/andrepolischuk/typographic-template","last_synced_at":"2025-02-23T00:45:59.313Z","repository":{"id":31523336,"uuid":"35087800","full_name":"andrepolischuk/typographic-template","owner":"andrepolischuk","description":"Replace all :keys in text with given options","archived":false,"fork":false,"pushed_at":"2017-05-03T11:44:18.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T01:54:17.584Z","etag":null,"topics":["template","textr","textr-plugins"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/andrepolischuk.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":"2015-05-05T08:36:34.000Z","updated_at":"2017-05-03T11:44:19.000Z","dependencies_parsed_at":"2022-09-09T13:21:40.582Z","dependency_job_id":null,"html_url":"https://github.com/andrepolischuk/typographic-template","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/andrepolischuk%2Ftypographic-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepolischuk%2Ftypographic-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepolischuk%2Ftypographic-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepolischuk%2Ftypographic-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrepolischuk","download_url":"https://codeload.github.com/andrepolischuk/typographic-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240254181,"owners_count":19772386,"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":["template","textr","textr-plugins"],"created_at":"2024-11-09T10:22:59.502Z","updated_at":"2025-02-23T00:45:59.285Z","avatar_url":"https://github.com/andrepolischuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typographic-template [![Build Status](https://travis-ci.org/andrepolischuk/typographic-template.svg?branch=master)](https://travis-ci.org/andrepolischuk/typographic-template)\n\n  \u003e Replace all :keys in text with given options\n\n## Install\n\n```sh\nnpm install --save typographic-template\n```\n\n## Usage\n\n```js\nvar template = require('typographic-template');\n\ntemplate('Hello :name!', {name: 'Ivan'}); // Hello Ivan!\n```\n\n  With [textr](https://github.com/shuvalov-anton/textr)\n\n```js\nvar textr = require('textr');\nvar template = require('typographic-template');\n\nvar tf = textr({name: 'Ivan'})\n  .use(template);\n\ntf('Hello :name!'); // Hello Ivan!\n```\n\n## License\n\n  MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrepolischuk%2Ftypographic-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrepolischuk%2Ftypographic-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrepolischuk%2Ftypographic-template/lists"}