Open
Description
Hi there,
@MKO1640 reported at [1] that he had troubles creating or getting hold of an appropriate configuration file blueprint for getting started quickly after installing Terkin on CPython using pip
.
In order to improve that situation, it would be nice if Terkin would provide a corresponding subcommand like terkin create-config --flavor=sbc
, which would print a configuration file blueprint to STDOUT. That can be redirected into a configuration file of your choice.
So, the workflow for installing Terkin on CPython would be:
pip install terkin[sbc] --upgrade
terkin create-config --flavor=sbc > settings.py
terkin --config settings.py
With kind regards,
Andreas.