{"id":22280902,"url":"https://github.com/shenzhim/aaptjs","last_synced_at":"2025-07-28T19:32:52.226Z","repository":{"id":57155972,"uuid":"132403800","full_name":"shenzhim/aaptjs","owner":"shenzhim","description":"A node wraper for aapt","archived":false,"fork":false,"pushed_at":"2022-10-07T07:44:29.000Z","size":3513,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-08T16:48:21.698Z","etag":null,"topics":["aapt","nodejs"],"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/shenzhim.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}},"created_at":"2018-05-07T03:45:33.000Z","updated_at":"2022-10-06T09:30:36.000Z","dependencies_parsed_at":"2022-08-30T06:50:28.518Z","dependency_job_id":null,"html_url":"https://github.com/shenzhim/aaptjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenzhim%2Faaptjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenzhim%2Faaptjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenzhim%2Faaptjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shenzhim%2Faaptjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shenzhim","download_url":"https://codeload.github.com/shenzhim/aaptjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227951785,"owners_count":17846345,"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":["aapt","nodejs"],"created_at":"2024-12-03T16:09:46.888Z","updated_at":"2025-07-28T19:32:52.215Z","avatar_url":"https://github.com/shenzhim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aaptjs\n\nA node wraper for aapt\n\n# Install\n\nWith [npm](https://npmjs.org/package/node-aapt) do:\n\n```\nnpm install aaptjs --save\n```\n\n## Example\nUsing a callback:\n```js\nconst aaptjs = require('aaptjs');\n\naaptjs.list('/path/to/your/ExampleApp.apk', (err, data) =\u003e {\n  if (err) {\n    // something went wrong \n  } else {\n    console.log(data);\n  }\n});\n```\n\nUsing a promise:\n\n```js\nconst aaptjs = require('aaptjs');\n\naaptjs.list('/path/to/your/ExampleApp.apk')\n  .then (data =\u003e {\n    console.log(data)\n  })\n  .catch (err) {\n    // something went wrong \n  }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshenzhim%2Faaptjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshenzhim%2Faaptjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshenzhim%2Faaptjs/lists"}