Have you read the Contributing Guidelines on issues?
Motivation
Currently the only way to init a site with TypeScript is to use the following command:
npx create-docusaurus@latest my-website classic --typescript
My suggestion is we should support these commands:
npx create-docusaurus@latest my-website classic --javascript
npx create-docusaurus@latest my-website classic --typescript
If no language is provided, the CLI should be interactive and ask the user if they want to use TypeScript.
Related to #9402 (DX should be consistent)
Have you read the Contributing Guidelines on issues?
Motivation
Currently the only way to init a site with TypeScript is to use the following command:
My suggestion is we should support these commands:
If no language is provided, the CLI should be interactive and ask the user if they want to use TypeScript.
Related to #9402 (DX should be consistent)