bun-createCrea un nuevo proyecto a partir de una plantilla. Más información: https://bun.com/docs/runtime/templating/create.
bun {{[c|create]}} {{plantilla}}
bun {{[c|create]}} {{plantilla}} {{ruta/al/destino}}
bun {{[c|create]}} {{https://github.com/username/repo}} {{ruta/al/destino}}
bun {{[c|create]}} {{ruta/a/plantilla}} {{ruta/al/destino}}
bun {{[c|create]}} {{plantilla}} {{ruta/al/destino}} --force
bun {{[c|create]}} {{plantilla}} {{ruta/al/destino}} --no-git
bun {{[c|create]}} {{plantilla}} {{ruta/al/destino}} --no-install