Skip to content

docs: add CLI instruction for Bun package manager (#4380) #4383

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

Merged

Conversation

juliolmuller
Copy link
Contributor

@juliolmuller juliolmuller commented Apr 25, 2025

Description

Since Bun is becoming a relevant player within JS runtimes and package managers, it'd be nice to complement the documentation with CLI instructions using that as well (resolves #4380).

Motivation and Context

Bun is a new byt very relevant package manager lready. There are many developers alrady adopting it as primary run time or at least as their package manager, since it has been showing great performance and developer experience.

How Has This Been Tested?

This has been tested by running a sample o fthe documentation in local environment.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • [N/A] I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link

codesandbox-ci bot commented Apr 25, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@escapedcat
Copy link
Member

Thanks!
Would you mind to run yarn run format-fix to get this green?

@escapedcat escapedcat merged commit e6c8c97 into conventional-changelog:master Apr 29, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

feat: add Bun scripts in the docs
2 participants