KusionStack / KusionStack/vscode-kusion

support New Project creating from templates or KCL model

Open
#23 2 comments 0 reactions 1 assignee View on GitHub

@amyXia1994 is already working on this.

Since Apr 17, 2023.

Dominant language
TypeScript
Stars
7
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Feature

For applications that were newly taken over by KusionStack, vscode-kusion needs to support easily creating projects from scratch with no code or a little code.

Design

Low Code init (sequence graph)

create_project_squence

Low Code init (prototype)

The extension loads archetypes listed in local/remote catalog. After selection and initial value setting, the extension calls kusion APIinit(projectName=${name}, template/schema=${template/schema}. There are 2 entries for it:

  • Command Palette -> select Kusion: Create Project from Kusion Archetype
  • Right-click on a folder -> Click Project from Kusion Archetype

The project init view:
image

ref:
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.