{"id":16528556,"url":"https://github.com/yeonjuan/md-replacer","last_synced_at":"2026-05-07T23:41:14.885Z","repository":{"id":57159184,"uuid":"374658195","full_name":"yeonjuan/md-replacer","owner":"yeonjuan","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-12T05:07:40.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T22:38:02.274Z","etag":null,"topics":["markdown","replacer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yeonjuan.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}},"created_at":"2021-06-07T12:29:54.000Z","updated_at":"2021-06-13T04:47:16.000Z","dependencies_parsed_at":"2022-09-08T10:40:11.664Z","dependency_job_id":null,"html_url":"https://github.com/yeonjuan/md-replacer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fmd-replacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fmd-replacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fmd-replacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fmd-replacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeonjuan","download_url":"https://codeload.github.com/yeonjuan/md-replacer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629739,"owners_count":19993707,"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":["markdown","replacer"],"created_at":"2024-10-11T17:40:50.338Z","updated_at":"2026-05-07T23:41:09.828Z","avatar_url":"https://github.com/yeonjuan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- start:name --\u003e\n\n# md-replacer\n\n\u003c!-- end:name --\u003e\n\n## Installation\n\n\u003c!-- start: install --\u003e\n\n```bash\n$ npm install -D md-replacer\n```\n\n\u003c!-- end: install --\u003e\n\n## Usage\n\n- README.md\n\n```markdown\n\u003c!-- start: name --\u003e\n\n\u003c!-- start: name --\u003e\n```\n\n- example.js\n\n```js\nconst replacer = require(\"md-replacer\");\n\nconst packageJSON = read(\"./package.json\");\nconst README = read(\"./README.md\");\n\nconst output = replacer()\n  .content(README)\n  .replace(\"name\", () =\u003e `# ${name}`)\n  .build();\n\nwrite(\"./README.md\", output);\n```\n\n- README.md\n\n```markdown\n\u003c!-- start: name --\u003e\n\n# PROJECT\n\n\u003c!-- start: name --\u003e\n```\n\n## License\n\n\u003c!-- start: license --\u003e\n\n- MIT\n\u003c!-- end: license --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeonjuan%2Fmd-replacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeonjuan%2Fmd-replacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeonjuan%2Fmd-replacer/lists"}