prompty icon indicating copy to clipboard operation
prompty copied to clipboard

Implement typescript library for Prompty

Open rvmeer opened this issue 1 year ago • 2 comments

I've seen plans in the communication but cannot find any issue on this.

I would love to contribute building a typescript implementation.

Why:

Because i want to use prompty in my own VS Code extension. I now use a self written templating thing (with EJS templates) but want to use something standard.

rvmeer avatar Nov 27 '24 13:11 rvmeer

Hi, there is a branch for this: https://github.com/microsoft/prompty/tree/js/runtime/promptyjs

But not sure how complete or its working state.

injeniero avatar Nov 28 '24 17:11 injeniero

Heyo - def in the plan. FWIW, it is currently in the extension in "less-than-ideal" state. Goal is to pull the promptyjs package bits out of the extension and publish it as an npm package.

sethjuarez avatar Dec 13 '24 21:12 sethjuarez