feat: support bun package manager in create-docusaurus (#9241)

This commit is contained in:
Colin McDonnell 2023-08-24 05:49:03 -07:00 committed by GitHub
parent 101e133f74
commit 13a8ba1528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 9 deletions

View file

@ -31,7 +31,7 @@ program
.arguments('[siteName] [template] [rootDir]')
.option(
'-p, --package-manager <manager>',
'The package manager used to install dependencies. One of yarn, npm, and pnpm.',
'The package manager used to install dependencies. One of yarn, npm, pnpm, and bun.',
)
.option(
'-s, --skip-install',