{"id":24543040,"url":"https://github.com/letstri/permix","last_synced_at":"2025-04-15T11:50:34.397Z","repository":{"id":272482294,"uuid":"916698529","full_name":"letstri/permix","owner":"letstri","description":"🔒 Permix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.","archived":false,"fork":false,"pushed_at":"2025-03-09T09:34:43.000Z","size":1101,"stargazers_count":25,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T07:36:20.690Z","etag":null,"topics":["permissions","security","type-safe","typescript"],"latest_commit_sha":null,"homepage":"https://permix.letstri.dev","language":"TypeScript","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/letstri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-14T15:48:57.000Z","updated_at":"2025-04-02T15:26:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d8c17af-7bd7-4d7d-ae41-1db0c43f1556","html_url":"https://github.com/letstri/permix","commit_stats":null,"previous_names":["letstri/permix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letstri%2Fpermix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letstri%2Fpermix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letstri%2Fpermix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letstri%2Fpermix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letstri","download_url":"https://codeload.github.com/letstri/permix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067154,"owners_count":21207392,"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":["permissions","security","type-safe","typescript"],"created_at":"2025-01-22T19:31:18.959Z","updated_at":"2025-04-15T11:50:34.385Z","avatar_url":"https://github.com/letstri.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Permix\n\n[![npm version](https://badge.fury.io/js/permix.svg)](https://npmjs.com/package/permix)\n![You need Permix](https://img.shields.io/badge/You_need-Permix-purple)\n\nPermix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.\n\n## Documentation\n\nYou can find the documentation [here](https://permix.letstri.dev).\n\n## Example\n\nTo quick start you only need to write the following code:\n\n```ts\nimport { createPermix } from 'permix'\n\nconst permix = createPermix\u003c{\n  post: {\n    action: 'read'\n  }\n}\u003e()\n\npermix.setup({\n  post: {\n    read: true,\n  }\n})\n\npermix.check('post', 'read') // true\n```\n\nPermix has other powerful features, so here's check out the [docs](https://permix.letstri.dev/docs) or the [examples](https://github.com/letstri/permix/tree/main/examples) directory.\n\n## License\n\nMIT License - see the [LICENSE](https://github.com/letstri/permix/blob/main/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletstri%2Fpermix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletstri%2Fpermix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletstri%2Fpermix/lists"}