RFC: better swizzle cli
See original GitHub issue🚀 Feature
The swizzle cli experience works, but is a but rough and could be improved
Pitch
Here I’m using yarn workspace docusaurus-2-website swizzle ...
in the screeshots (as I’m using D2 website for testing), but replace in your mind with yarn swizzle ...
Here are some suggestions
Display all the installed theme names with yarn swizzle
, instead of:
On theme name typo, better error with theme name suggestions:
Do not swizzle the whole theme files with yarn swizzle @docusaurus/theme-classic
, insead display available names to swizzle. (breaking change)
Typo on swizzle component name: same as theme, suggest valid names instead o:
Allow swizzling the whole theme files with an --all
option: yarn swizzle @docusaurus/theme-classic --all
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Other RFC, creating (CLI) - AMS Advanced Onboarding Guide
This example shows how to request a change that none of the available CTs address, by using the Management | Other | Other...
Read more >Docusaurus 2.0 on Twitter: "Let's start with stats and community ...
We are working on the last bits, in particular: - a more explicit theming API surface, less likely to break on upgrades -...
Read more >IRC Logs of #dri-devel on irc.freenode.net for 2021-04-27
09:50 melissawen: danvet, pq I think to improve comments only for blend function ... 12:26 hwentlan: emersion: btw, the current RFC is addressing...
Read more >wasmtime Changelog - pyup.io
The `wasmtime` CLI executable now supports a `--max-wasm-stack` flag. ... improve the compile time of the `cranelift-codegen` crate.
Read more >Download openejb-webservices-4.6.0.1.jar file - Java2s.com
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did same in my pr.
@slorber I am working on this issue