{"id":28420636,"url":"https://github.com/redhat-developer/vscode-project-initializer","last_synced_at":"2025-06-26T17:31:55.359Z","repository":{"id":40927707,"uuid":"135543425","full_name":"redhat-developer/vscode-project-initializer","owner":"redhat-developer","description":"Red Hat Developer Launcher Visual Studio Code Extension","archived":false,"fork":false,"pushed_at":"2023-02-04T07:26:32.000Z","size":1119,"stargazers_count":5,"open_issues_count":11,"forks_count":9,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-05T05:29:13.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=redhat.project-initializer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-developer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-31T06:46:00.000Z","updated_at":"2022-02-25T17:20:44.000Z","dependencies_parsed_at":"2023-01-27T12:30:26.732Z","dependency_job_id":null,"html_url":"https://github.com/redhat-developer/vscode-project-initializer","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-developer/vscode-project-initializer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-project-initializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-project-initializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-project-initializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-project-initializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-developer","download_url":"https://codeload.github.com/redhat-developer/vscode-project-initializer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Fvscode-project-initializer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113320,"owners_count":23261005,"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":[],"created_at":"2025-06-05T03:48:56.539Z","updated_at":"2025-06-26T17:31:55.343Z","avatar_url":"https://github.com/redhat-developer.png","language":"TypeScript","readme":"# Project Initializer\n\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/redhat.project-initializer.svg)](https://marketplace.visualstudio.com/items?itemName=redhat.project-initializer)\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs/redhat.project-initializer.svg)](https://marketplace.visualstudio.com/items?itemName=redhat.project-initializer)\n[![Build Status](https://travis-ci.com/redhat-developer/vscode-project-initializer.svg?branch=master)](https://travis-ci.com/redhat-developer/vscode-project-initializer)\n[![Build status](https://ci.appveyor.com/api/projects/status/bndhekqk8lnj0s99?svg=true)](https://ci.appveyor.com/project/redhat-developer/vscode-project-initializer)\n\nThis extension is now deprecated. The underlying service used by the extension (Red Hat Launcher) is planned to be sunset in 2022. You can find similar feature on https://code.quarkus.io or with the [Red Hat OpenShift Connector extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector)\n\n## Overview\n\nA lightweight extension based on Red Hat Launcher to generate quickstart projects using Visual Studio Code (VS Code). Here's a list of features:\n\n- Generator\n\n## Requirements\n\n- VS Code (version 1.19.0 or later)\n\n## How-to\n\nFirst you need to \"open the folder\" in VS Code in which you want to create the project.\n\nThen, you can trigger the Project Initializer. It is available from Palette command (Ctrl+Shift+P) with the name \"Project: generate a project using Project Initializer\":\n\n![Project Initializer palette entry.](images/fabric8LauncherPaletteEntry.png \"Project Initializer Palette entry\")\n\n## Extension Settings\n\n* `project.initializer.endpointUrl`: launcher service endpoint URL. Defaults to https://forge.api.openshift.io/api/\n* `project.initializer.defaultGroupId`: default group id. Defaults to io.openshift\n* `project.initializer.defaultArtifactId`: default artifact id. Defaults to booster\n* `project.initializer.defaultVersion`: default version. Defaults to 0.0.1-SNAPSHOT\n\n## Known Issues\n\nNone at this point.\n\n## Release Notes\n\n### 0.2.2\n\nExtension deprecation\n\n### 0.2.1\n\nBug fixes in telemetry library\n\n### 0.2.0\n\nRemoved vscode-commons dependency\n\n### 0.1.0\n\nAdd opt-in telemetry\n\n### 0.0.10\n\nRestore permissions on files while unzipping\n\n### 0.0.9\n\nSpecific commands are available to create project by choosing runtime first\n\n### 0.0.8\n\nSwitch to Project Initializer\n\n### 0.0.7\n\nAdd VSCode recommendation files to generated projects\n\n### 0.0.6\n\nFiles are now extracted at the root of the workspace folder\n\n### 0.0.5\n\nFix typo in default endpoint URL causing catalog loading error\n\n### 0.0.4\n\nEndpoint URL, default groupID, artifactId and version settings\n\n### 0.0.3\n\nUpdate for new Launcher API\n\n### 0.0.2\n\nFirst missing dependency\n\n### 0.0.1\n\nFirst version for early feedback\n\n\n## Data and telemetry\n\nThe Project Initializer by Red Hat for Visual Studio Code collects anonymous [usage data](USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services. Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection) to learn more. This extension respects the `redhat.telemetry.enabled` setting which you can learn more about at https://github.com/redhat-developer/vscode-redhat-telemetry#how-to-disable-telemetry-reporting\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer%2Fvscode-project-initializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-developer%2Fvscode-project-initializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer%2Fvscode-project-initializer/lists"}