{"id":16583755,"url":"https://github.com/aloisdeniel/node-manifest-android","last_synced_at":"2026-04-20T11:02:30.145Z","repository":{"id":81440488,"uuid":"89510637","full_name":"aloisdeniel/node-manifest-android","owner":"aloisdeniel","description":"Update your Android mobile application manifest (version, bundle idenfifier, ...).","archived":false,"fork":false,"pushed_at":"2017-04-27T17:35:49.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T14:51:36.835Z","etag":null,"topics":["android","manifest","tool","update","versionning"],"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/aloisdeniel.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":"2017-04-26T17:51:31.000Z","updated_at":"2020-01-28T13:08:31.000Z","dependencies_parsed_at":"2023-04-13T17:35:28.860Z","dependency_job_id":null,"html_url":"https://github.com/aloisdeniel/node-manifest-android","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/aloisdeniel%2Fnode-manifest-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloisdeniel","download_url":"https://codeload.github.com/aloisdeniel/node-manifest-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144582,"owners_count":20078970,"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":["android","manifest","tool","update","versionning"],"created_at":"2024-10-11T22:43:05.704Z","updated_at":"2026-04-20T11:02:25.116Z","avatar_url":"https://github.com/aloisdeniel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# manifest-android\n\nUpdate your Android mobile application manifest (version, bundle idenfifier, ...).\n\n## Install\n\n```sh\n$ npm install --save manifest-android\n```\n\n## Quickstart\n\n```js\nvar path = require('path');\nvar AndroidManifest = require('manifest-android');\n\nvar android = new AndroidManifest();\nandroid.load({ file: path.join(__dirname, \"AndroidManifest.xml\") }, function(err){\n    android.version = \"2.5.6.7\";\n    android.bundleIdentifier = \"com.test.sample\";\n    android.displayName = \"Sample\";\n    android.save({ file: path.join(__dirname, \"AndroidManifest.Updated.xml\") }, function(err) {\n        console.log(\"DONE\");\n    })\n})\n```\n\n## Other manifests\n\n* [iOS](https://github.com/aloisdeniel/node-manifest-ios)\n* [UWP](https://github.com/aloisdeniel/node-manifest-uwp)\n\n## Copyright and license\n\nMIT © [Aloïs Deniel](http://aloisdeniel.github.io)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fnode-manifest-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloisdeniel%2Fnode-manifest-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fnode-manifest-android/lists"}