Replies: 3 comments 2 replies
-
For example, what am I to do about |
Beta Was this translation helpful? Give feedback.
-
I am also interested in this. I am looking into converting a set of micro-services over to using bun instead of node, and would also like to use it as much as possible for a library of shared code for them. Do I use bun for everything but the |
Beta Was this translation helpful? Give feedback.
-
May be a starting point: https://github.com/wobsoriano/bun-lib-starter (found here: https://github.com/oven-sh/awesome-bun#boilerplates) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a JavaScript library to publish on NPM, but develop it using Bun for runtime testing and dependency management. Is there any official documentation on how to do it? I assume it's exactly the same as you would create an NPM package normally, except you .npmignore all the bun stuff. Any other steps I should take?
Beta Was this translation helpful? Give feedback.
All reactions