{"id":15388523,"url":"https://github.com/deebloo/replace-temp-values","last_synced_at":"2025-09-15T14:05:21.278Z","repository":{"id":20471969,"uuid":"23749528","full_name":"deebloo/replace-temp-values","owner":"deebloo","description":"small module to replace template values in a file","archived":false,"fork":false,"pushed_at":"2023-12-15T11:57:46.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-22T04:58:58.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/deebloo.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":"2014-09-07T01:07:20.000Z","updated_at":"2014-09-07T01:23:31.000Z","dependencies_parsed_at":"2024-10-01T15:07:10.975Z","dependency_job_id":null,"html_url":"https://github.com/deebloo/replace-temp-values","commit_stats":null,"previous_names":["dannybluedesign/replace-temp-values"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deebloo/replace-temp-values","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Freplace-temp-values","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Freplace-temp-values/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Freplace-temp-values/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Freplace-temp-values/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deebloo","download_url":"https://codeload.github.com/deebloo/replace-temp-values/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Freplace-temp-values/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275267381,"owners_count":25434616,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-10-01T14:57:05.047Z","updated_at":"2025-09-15T14:05:21.251Z","avatar_url":"https://github.com/deebloo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"I reccomend using the more generic [find-and-replace](https://github.com/DannyBlueDesign/find-and-replace) instead\nReplace Template Values\n=========\n\nA tiny module for replacing template values in a file.\n\nValues to be replaced should be book ended with %%.\n\n\n## Installation\n  ```TXT\n  npm install replace-temp-values --save\n  ```\n\n## Usage\n  myFile.txt\n  ```TXT\n  %Heading%\n  \n  Welcome to this months newsletter\n  ...\n  \n  %Footer%\n  ```\n    \n  app.js\n  ```JS\n  var replace = require('replace-temp-values');\n  \n  var values = {'Heading': 'Good Morning San Diego!', 'Footer': 'Yaz Flute'};\n  \n  replace('myFile.txt', 'newFile.txt', values);\n  ```\n  \n\n* 0.1.5\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Freplace-temp-values","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeebloo%2Freplace-temp-values","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Freplace-temp-values/lists"}