slash-up icon indicating copy to clipboard operation
slash-up copied to clipboard

Add support for bun.sh

Open sudojunior opened this issue 1 year ago • 1 comments

  1. Add as a package manager option for the typescript template and apply a patch to the index file to support loading directly as typescript files.
  2. Add a dedicated bun template to the list.

Looking at the code that runs the init command, both options would be rather difficult to implement as there seems to be no avenue to constrain the setup process for a specific template nor a way to prompt for questions about the template and then utilise the responses to decide how it should be done.

sudojunior avatar Apr 02 '24 23:04 sudojunior

I'd probably have a bun template and hardcode a skip for that one. Since there is a BunServer now, there can be a specific template with all the Bun stuff.

Snazzah avatar Apr 04 '24 04:04 Snazzah