devbox icon indicating copy to clipboard operation
devbox copied to clipboard

[Feature]: Create development templates for Bun

Open oxcabe opened this issue 1 year ago • 1 comments

Is your feature request related to a problem you're trying to solve? Please describe.

I want to implement devbox create templates for initializing Bun based projects, both for JavaScript and TypeScript.

Describe the solution you'd like

Implement the following templates:

examples/development/bun/bun-javascript  // JavaScript configured Bun template, with index.js module.
examples/development/bun/bun-typescript  // TypeScript configured Bun template, with index.ts module.

Use the templates in https://github.com/jetpack-io/devbox/tree/0.8.7/examples/development/nodejs and https://github.com/jetpack-io/devbox/commit/c16bb1d1fe81bab6c272410b063d6d88c5cbeab8 for implementation reference.

Describe alternatives you've considered

None.

Additional context

If this feature request is accepted, I would like to develop it and submit a PR.

oxcabe avatar Jan 29 '24 15:01 oxcabe

I think https://github.com/jetify-com/devbox/pull/1913 closes this :slightly_smiling_face:

oxcabe avatar Apr 16 '24 10:04 oxcabe

Any idea on how to get 1.2 ?

jycouet avatar Jan 22 '25 19:01 jycouet