I have a few ComponentResources written in Typescr...
# getting-started
l
I have a few ComponentResources written in Typescript now. Are there any guides for adapting a ComponentResource into a Component Provider, so I can start generating providers for other languages? I'm aware of the pulumi-component-provider-ts-boilerplate, but I feel like there are probably guides/tools surrounding it to help create the schemas and such?
I ended up writing the spec by hand and adapting the boilerplate repo with new resources and examples I found. Took a little while, but hopefully I'll be able to offer a boilerplate monorepo soon