Skip to content

Add option to create new project with bun #1624

Description

@pe1uca

Is your feature request related to a problem? Please describe.
When running oclif generate mynewcli with only bun installed the process doesn't finish due to not finding the options available as package managers.

Describe the solution you'd like
Include an option in the step Select a package manager for bun

It would also be great to also have ./bin/dev.js and ./bin/run.js with bun instead of node.

Describe alternatives you've considered
Temporally install node and npm to create a new project and then uninstall them.
Manually remove all references to node

Additional context
To properly replicate in a system without node when doing bun install --global oclif it's needed to find the location of the global package since #!/usr/bin/env node needs to be changed to #!/usr/bin/env bun

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedAccepting PRswaiting for interestWaiting to see if there's strong community interest

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions