Skip to content

Code generation changes - #28

Merged
mp-orkes merged 1 commit into
mainfrom
feature/code-generation
Oct 13, 2025
Merged

Code generation changes#28
mp-orkes merged 1 commit into
mainfrom
feature/code-generation

Conversation

@mp-orkes

@mp-orkes mp-orkes commented Oct 13, 2025

Copy link
Copy Markdown
Contributor

Changes in this PR

  1. Make code generation interactive.
  2. Use the same templates but read available templates from a manifest in the repo.

The format of the manifest is:

 {
    "languages": [
      {
        "name": "Javascript",
        "frameworks": [
          {
            "name": "core",
            "templates": [
              {
                "name": "basic-worker",
                "description": "Basic Javascript worker with Conductor SDK",
                "path": "javascript/worker/core"
              }
            ]
          }
        ]
      }
    ]
  }

NOTES
This repo https://github.com/mp-orkes/cli-templates is just temporary. There will be one under https://github.com/conductor-oss

@mp-orkes mp-orkes self-assigned this Oct 13, 2025
Comment thread cmd/code.go
)

const (
defaultTemplateRepo = "mp-orkes/cli-templates"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporary repo

@mp-orkes
mp-orkes requested review from a user and v1r3n October 13, 2025 13:35
@mp-orkes
mp-orkes merged commit fdf8999 into main Oct 13, 2025
3 checks passed
@mp-orkes
mp-orkes deleted the feature/code-generation branch October 13, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant