Is it possible to publish a TS pulumi project to ...
# typescript
p
Is it possible to publish a TS pulumi project to NPM? and if so is there any tutorial?
b
not a pulumi project, but you can publish a ComponentResource
what do you currently have?
p
oh a component resource would fit my use case aswell
is there any example of that perhaps? i just want to publish a very small s3 bucket component resource to npm
if you have the
package.json
and everything configured correctly you just need to run
npm publish
p
Ah i see, so basically the package.json determines if it could be a npm package or not
b
yup
p
Cool bro, thanks for your time again and im going to create an awesome pulumi project!
b
once you've created the component, give me a shout and I'll help you make it multi language 😉
p
wait?
multi language isn’t that very hard?
b
not really, you can take an existing component and make it a multi language component in Pulumi by adding a few steps
p
woooow
thats really cool
b

https://www.youtube.com/watch?v=4psf6WVLxtY

p
Thx pall!
im going to check it out, do you mind me messaging you if i dont understand or have questions
b
its best to keep it public so everyone can benefit, but feel free to drop me questions in a channel, happy to help
👍 1
p
sure thing