-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
apprenticeIssues that are good candidates to be handled by a Docusaurus apprentice / traineeIssues that are good candidates to be handled by a Docusaurus apprentice / traineeproposalThis issue is a proposal, usually non-trivial changeThis issue is a proposal, usually non-trivial change
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Motivation
When using the swizzle CLI, we can get TypeScript copies of the theme files, but this requires to provide the --typescript option ahead of time.
yarn workspace website swizzle // will always copy JS files
yarn workspace website swizzle --typescript // will copy TS files, if availableWhen running yarn workspace website swizzle, the CLI should more interactive and promp the user if they want to use TypeScript.
To disable the promp, a language should be provided explicitly:
yarn workspace website swizzle --javascript
yarn workspace website swizzle --typescriptRelated to #9401 (DX should be consistent)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apprenticeIssues that are good candidates to be handled by a Docusaurus apprentice / traineeIssues that are good candidates to be handled by a Docusaurus apprentice / traineeproposalThis issue is a proposal, usually non-trivial changeThis issue is a proposal, usually non-trivial change