I have a component package I want to author, but i...
# package-authoring
h
I have a component package I want to author, but it is specific to my organization and likely not of interest to others. Is it possible to use a component package internally from another repository without publishing the package to the Pulumi Registry?
The answer here was yes by the way. It's done the same as however you debug the package.
f
hi! i'm also interested in this, would you mind sharing more details on how you did this? thanks! right now we are using
npm link
to develop the package locally and refer to it in other repositories, but i feel like there are some weird aspects to it and making it a proper package might help resolve some of them
h
Yep that's it for typescript. You will need to bundle and distribute your copy of the package to devs and then link to that distribution