Another project generation tool based on templates.
pip install templet [--user]
Configuration file path:
~/.config/templet/config.json
{
"templates": {
"$PATH": ["path/to/common/templates/folder"]
"test": "path/to/template/in/different/folder"
}
}