feat(create-docusaurus): ask user for preferred language when no language CLI option provided (#9442)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Rafael Martins 2024-02-15 09:05:05 -03:00 committed by GitHub
parent 6fd8408a2c
commit 628752d92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 301 additions and 160 deletions

View file

@ -38,6 +38,7 @@ program
'Do not run package manager immediately after scaffolding',
)
.option('-t, --typescript', 'Use the TypeScript template variant')
.option('-j, --javascript', 'Use the JavaScript template variant')
.option(
'-g, --git-strategy <strategy>',
`Only used if the template is a git repository.