{"id":19468462,"url":"https://github.com/kodular/aia-kit","last_synced_at":"2025-04-25T11:32:30.525Z","repository":{"id":179971308,"uuid":"664345703","full_name":"Kodular/aia-kit","owner":"Kodular","description":"Read, Parse, Edit, Write, Analyze AIA/AIX/AIS files","archived":false,"fork":false,"pushed_at":"2025-04-08T16:58:35.000Z","size":336,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-20T15:44:24.670Z","etag":null,"topics":["aia","ais","aix","app-inventor","extension","kodular"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Kodular.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":"2023-07-09T17:33:21.000Z","updated_at":"2025-04-08T16:58:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd598601-c82f-4f83-895b-82c05bb5ba5f","html_url":"https://github.com/Kodular/aia-kit","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.47619047619047616","last_synced_commit":"94b655ecbbec51ad58b44b8f41e27584c3cd6cf4"},"previous_names":["kodular/aia-kit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kodular%2Faia-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kodular%2Faia-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kodular%2Faia-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kodular%2Faia-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kodular","download_url":"https://codeload.github.com/Kodular/aia-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250808362,"owners_count":21490655,"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":["aia","ais","aix","app-inventor","extension","kodular"],"created_at":"2024-11-10T18:41:16.304Z","updated_at":"2025-04-25T11:32:30.089Z","avatar_url":"https://github.com/Kodular.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aia-kit\n\n![npm](https://img.shields.io/npm/v/aia-kit)\n\nRead, Parse, Edit, Write AIA/AIX/AIS files.\n\n## Installation\n\n```bash\nnpm install aia-kit\n```\n\n## Usage\n\n```javascript\nimport { AIAReader } from 'aia-kit'\n\nconst aiaFile = await fs.readFile('test/fixtures/Test.aia')\nconst aiaFileBlob = new Blob([aiaFile])\n\nconst project = await AIAReader.read(aiaFileBlob)\n\nexpect(project).toBeDefined()\n\nexpect(project.name).toBe('Test')\n\nexpect(project.screens.length).toBe(1)\nexpect(project.screens[0].name).toBe('Screen1')\n```\n_Code taken from `test/aia.test.js`_\n\n---\n\nCopyright (c) 2023 Junnovate, LLC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodular%2Faia-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodular%2Faia-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodular%2Faia-kit/lists"}