{"id":16666898,"url":"https://github.com/smelukov/gettie","last_synced_at":"2025-04-09T19:17:13.472Z","repository":{"id":51367655,"uuid":"312606846","full_name":"smelukov/gettie","owner":"smelukov","description":"JS object props coverage","archived":false,"fork":false,"pushed_at":"2021-05-13T07:19:29.000Z","size":192,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T19:17:07.576Z","etag":null,"topics":["coverage","js","redux","state"],"latest_commit_sha":null,"homepage":"","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/smelukov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-11-13T15:04:29.000Z","updated_at":"2021-07-22T11:48:32.000Z","dependencies_parsed_at":"2022-09-24T22:25:00.172Z","dependency_job_id":null,"html_url":"https://github.com/smelukov/gettie","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smelukov%2Fgettie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smelukov%2Fgettie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smelukov%2Fgettie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smelukov%2Fgettie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smelukov","download_url":"https://codeload.github.com/smelukov/gettie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094988,"owners_count":21046770,"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":["coverage","js","redux","state"],"created_at":"2024-10-12T11:12:20.243Z","updated_at":"2025-04-09T19:17:13.440Z","avatar_url":"https://github.com/smelukov.png","language":"JavaScript","funding_links":["https://www.paypal.com/paypalme/smelukov"],"categories":[],"sub_categories":[],"readme":"# Gettie\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-brightgreen)](https://www.paypal.com/paypalme/smelukov)\n\nGettie is a JS object coverage tool.\n\nOriginally it developed to extract redux store coverage\nto find out which store branches were not used till the application works.\n\n## Example\n\n```js\nconst state = {\n  foo: 123,\n  bar: [456, { baz: 789 }],\n  quux: 123\n};\n\nconsole.log(state.quux);\nconsole.log(state.bar[1].baz);\n```\n\nIt helps to find out that branches `foo` and `bar[0]` from the `state` were not used.\nIt may motivate you to think about what you can do to remove the unused branches.\n\nFor more information, please, see [core](packages/core) package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmelukov%2Fgettie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmelukov%2Fgettie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmelukov%2Fgettie/lists"}