Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Support bun partially #6

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Support bun partially #6

merged 1 commit into from
Nov 20, 2023

Conversation

TeddyHuang-00
Copy link
Contributor

This pull request adds partial support for the bun package manager. It includes changes to the CLI command usage and the detection of the bun lock file. Additionally, it adds the bun package manager as an option for the detectPackageManager function. This allows users to use bun as their package manager when updating VuePress projects. The pull request also includes some hacky implementation to the getRegistry and checkTaobaoRegistry functions given that bun does not support getting or setting config at the time.

@TeddyHuang-00
Copy link
Contributor Author

Note

The only hacky thing I have done is when dealing with the registry, I use the ones of npm instead. I will be following bun's dev log and as soon as they add support for both getting and setting config through command line, I will add support for that as well.

@Mister-Hope Mister-Hope merged commit b3bf8ba into vuepress:main Nov 20, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants