{"id":20875275,"url":"https://github.com/awakelife93/easy-vscode-extensions-data-generator","last_synced_at":"2026-04-10T06:46:29.923Z","repository":{"id":167058327,"uuid":"642615161","full_name":"awakelife93/easy-vscode-extensions-data-generator","owner":"awakelife93","description":"This is a module to easily extract the vscode extension application names and version.","archived":false,"fork":false,"pushed_at":"2023-05-24T11:56:35.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T09:12:08.512Z","etag":null,"topics":["easy-to-use","exporter","extensions","extensions-list","fs","generator","json-file","linux","macos","nodejs","simple-project","visual-studio-code","vscode-extension","windows"],"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/awakelife93.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":"2023-05-19T01:13:25.000Z","updated_at":"2023-05-23T06:22:36.000Z","dependencies_parsed_at":"2023-05-28T12:15:40.986Z","dependency_job_id":null,"html_url":"https://github.com/awakelife93/easy-vscode-extensions-data-generator","commit_stats":null,"previous_names":["awakelife93/easy-vscode-extensions-data-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakelife93%2Feasy-vscode-extensions-data-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakelife93%2Feasy-vscode-extensions-data-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakelife93%2Feasy-vscode-extensions-data-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awakelife93%2Feasy-vscode-extensions-data-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awakelife93","download_url":"https://codeload.github.com/awakelife93/easy-vscode-extensions-data-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243249011,"owners_count":20260768,"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":["easy-to-use","exporter","extensions","extensions-list","fs","generator","json-file","linux","macos","nodejs","simple-project","visual-studio-code","vscode-extension","windows"],"created_at":"2024-11-18T06:43:36.018Z","updated_at":"2025-12-26T06:46:32.635Z","avatar_url":"https://github.com/awakelife93.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy vscode extensions data generator\n\n## [Note]\n\n- For those who are out of sync with vscode\n\n  - This project is a project created to extract extensions information that may be installed differently for each device without synchronizing vscode settings.\n\n- Example Output\n\n```javascript\n[\n  {\n    extensionName: \"auto-close-tag\",\n    extensionVersion: \"0.5.14\",\n    extensionInstallTimestamp: 1683018107952,\n  },\n  {\n    extensionName: \"code-spell-checker\",\n    extensionVersion: \"2.20.4\",\n    extensionInstallTimestamp: 1683018140623,\n  },\n  {\n    extensionName: \"material-icon-theme\",\n    extensionVersion: \"4.27.0\",\n    extensionInstallTimestamp: 1683018160937,\n  },\n  // ...\n];\n```\n\n### Description\n\n### Options\n\n```javascript\n// default value\nconst options = {\n  // Default is false, and this option exports the extensions metadata as it is.\n  origin: false,\n  // Default is outputs folder in Project root\n  exportPath: undefined,\n  // The default value of this option is default vscode path, please put your correct path.\n  extensionsJsonPath: undefined,\n};\n\nextensionsDataGenerator(options);\n```\n\n## Author\n\n```\n2023.05.19\nAuthor: Hyunwoo Park\n```\n\n## Sample Check\n\n```\n1. yarn sample or npm run sample\n```\n\n#\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawakelife93%2Feasy-vscode-extensions-data-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawakelife93%2Feasy-vscode-extensions-data-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawakelife93%2Feasy-vscode-extensions-data-generator/lists"}