cargo-script-mvs
cargo-script-mvs copied to clipboard
Provide a way to generate an idiomatic project from a script
This smooths out the workflow as someone scales up into more complicated cases.
See #39 for potential building blocks that can be salvaged for this.
Should this be in the rust-script binary or in cargo new?
Since the Pre-RFC won't be modifying cargo new yet, let's modify --pkg-path to focus on this use case (name, documentation, etc) and mark it as an open question in the RFC to resolve where this functionality should live
I've moved this to a future possibility. There are a lot of little details to work out, including
- Have manifest point to existing file or new file?
- Auto-remove the embedded manifest?
- What command should this live in?