{"id":24097248,"url":"https://github.com/poode/file-string-replacer","last_synced_at":"2026-06-12T00:31:38.750Z","repository":{"id":113054278,"uuid":"233435238","full_name":"poode/file-string-replacer","owner":"poode","description":"replace string list in file with another string list","archived":false,"fork":false,"pushed_at":"2020-01-19T00:14:06.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T18:13:35.086Z","etag":null,"topics":["another","file","in","list","replace","string","stringlist","with"],"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/poode.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":"2020-01-12T18:02:08.000Z","updated_at":"2020-01-19T00:14:08.000Z","dependencies_parsed_at":"2023-06-07T12:00:27.013Z","dependency_job_id":null,"html_url":"https://github.com/poode/file-string-replacer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poode/file-string-replacer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poode%2Ffile-string-replacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poode%2Ffile-string-replacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poode%2Ffile-string-replacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poode%2Ffile-string-replacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poode","download_url":"https://codeload.github.com/poode/file-string-replacer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poode%2Ffile-string-replacer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34224103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["another","file","in","list","replace","string","stringlist","with"],"created_at":"2025-01-10T13:26:23.514Z","updated_at":"2026-06-12T00:31:38.695Z","avatar_url":"https://github.com/poode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Replace String List With Another String List In Same File\n\n## Usage\n\n```\nconst { replaceStrList } = require('replace-string-in-file')\n\nstrFromList = [\n  'اهلا بك  , هل تريد طلب ما ؟',\n  'Hi , Do you want to make order ?',\n];\n\nstrToList = [\n  'replaced string عربي كمان',\n  'replaced string عربي كمان',\n];\n\nreplaceStrList({\n  filePath: '/tmp/file.rive',\n  strFromList,\n  strToList,\n}).catch(e =\u003e console.log(e));\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoode%2Ffile-string-replacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoode%2Ffile-string-replacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoode%2Ffile-string-replacer/lists"}