{"id":15435891,"url":"https://github.com/uetchy/ple","last_synced_at":"2025-04-19T18:22:50.959Z","repository":{"id":57325855,"uuid":"280809451","full_name":"uetchy/ple","owner":"uetchy","description":"Streamlined PList Editor","archived":false,"fork":false,"pushed_at":"2022-04-18T12:57:25.000Z","size":270,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T11:02:28.090Z","etag":null,"topics":["plist","property-list"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uetchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-19T06:49:37.000Z","updated_at":"2022-03-07T13:42:57.000Z","dependencies_parsed_at":"2022-09-21T01:50:50.382Z","dependency_job_id":null,"html_url":"https://github.com/uetchy/ple","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uetchy","download_url":"https://codeload.github.com/uetchy/ple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241552040,"owners_count":19981072,"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":["plist","property-list"],"created_at":"2024-10-01T18:46:47.444Z","updated_at":"2025-03-02T18:32:30.397Z","avatar_url":"https://github.com/uetchy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ple\n\nA streamlined plist editor.\n\n[![npm-version]][npm-url]\n[![npm-downloads]][npm-url]\n\n[npm-version]: https://badgen.net/npm/v/ple\n[npm-downloads]: https://badgen.net/npm/dt/ple\n[npm-url]: https://npmjs.org/package/ple\n\n## Install\n\n```bash\nnpm i -g ple\n```\n\n## Use\n\n### CLI\n\n```bash\nple Info.plist # parse and print content\nple Info.plist --json # parse and print content in JSON\nple Info.plist version # parse and print a value of `version`\nple Info.plist version v1.0.0 # rewrite a value of `version`\n```\n\n### Node.js\n\n#### `readPlist`\n\n```js\nimport { readPlist } from \"ple\";\n\nconst plistValue = readPlist(plistPath, key);\n```\n\n#### `rewritePlist`\n\n```js\nimport { rewritePlist } from \"ple\";\n\nrewritePlist(plistPath, key, value);\n```\n\n## Contribute\n\nSee [Contribution Guide](./CONTRIBUTING.md)\n\n### Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://uechi.io/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/431808?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003euetchy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/uetchy/ple/commits?author=uetchy\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/uetchy/ple/commits?author=uetchy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://pocztarski.com/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/119231?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRafał Pocztarski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#platform-rsp\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!\n\n**Special thanks:**\n\n- [Rafał Pocztarski](https://github.com/rsp) for donating package name `ple`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuetchy%2Fple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fple/lists"}