mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-25 14:07:50 +02:00
feat: support bun package manager in create-docusaurus
(#9241)
This commit is contained in:
parent
101e133f74
commit
13a8ba1528
4 changed files with 19 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue