Open
Description
Writing venvstacks.toml
from scratch is annoying, so it would be useful if there was a command that emitted a basic skeleton for subsequent editing.
This probably wouldn't even need tomlkit
or jinja2
as a dependency - it could just use regular string formatting on a minimal template file.