Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bun as a package manager in the installation steps #25

Open
1 of 2 tasks
ulises-jeremias opened this issue Sep 10, 2023 · 7 comments
Open
1 of 2 tasks

Add bun as a package manager in the installation steps #25

ulises-jeremias opened this issue Sep 10, 2023 · 7 comments

Comments

@ulises-jeremias
Copy link
Member

ulises-jeremias commented Sep 10, 2023

Describe the feature

We want to add bun as a possible package manager when creating a new project

Use Case

We want to offer the possibility of using bun instead of the other package managers for now

Proposed Solution

Check how npm or yarn is being used in the CLI code base and implement a similar solution to include bun

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Version used

latest

Environment details (OS name and version, etc.)

any

@VoidVampire
Copy link

Hi, I want to ask if only helpers.ts and installer.ts are the files necessary to implement this?

@ulises-jeremias
Copy link
Member Author

Hi, I want to ask if only helpers.ts and installer.ts are the files necessary to implement this?

Yes! And also this one!

const PACKAGE_MANAGERS = ["npm", "yarn", "pnpm"];

@ulises-jeremias
Copy link
Member Author

@VoidVampire let me Know if you want me to assign this issue to you!

@VoidVampire
Copy link

VoidVampire commented Oct 3, 2023

Sorry to inform but I tried implementing it and failed to do so, if I ever get it to work I will let you know. 😓

@ulises-jeremias
Copy link
Member Author

@VoidVampire we can pair on this if you want! would love to have you contributing on this 😊 feel free to send me your discord user or anything and I'll reach out to pair with you 😊

I can speak english or spanish 👌🏻

@VoidVampire
Copy link

@ulises-jeremias Alright, I will contact you on mail.

@ulises-jeremias
Copy link
Member Author

@ulises-jeremias Alright, I will contact you on mail.

Sounds great! My email is [email protected]

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

No branches or pull requests

2 participants