Add init
subcommand
#13
Labels
Affects: Command Line
Affects the command line interface
Affects: Python API
Affects the public Python API of the project
Category: Enhancement
New feature or request
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
orjinja2
as a dependency - it could just use regular string formatting on a minimal template file.The text was updated successfully, but these errors were encountered: