Add command to set up fast compiles configuration #213
Labels
A-CI
Related to CI and GitHub Actions
C-Feature
Make something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-for-Implementation
This issue is ready for an implementation PR. Go for it!
Add a new command (e.g.
bevy fast-compiles
) to guide the user through the process of improving compile times.It should be interactive, asking the user about their preferences.
At the end, the user should be asked if the configuration should be saved locally and applied to all projects (in ~/.cargo/config.toml) or saved in the repository.
At the start, the CLI should ask if the user wants to use nightly rust and then only provide the nightly only options if the user agrees.
Some things we can set up:
The text was updated successfully, but these errors were encountered: