KusionStack / KusionStack/vscode-kusion
support New Project creating from templates or KCL model
Open
@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)

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:

ref:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.